Area 3D Box Interaction

Is it okay to add all my scenes in my main scene or should I use preload? As you can see, I dragged the paths in but I’m not sure how to use preload area box 3d to call a function from my dialogue script, which is just the “show_text” function to start a tween that slowly makes the visibility_ratio property appear over time for a typewriter effect. Thanks!

Which course are you working in?

This is a little ambiguous. My best guess is that you’re asking whether your objects should exist at designtime vs being dynamically instantiated somewhere, and that’s going to depend on your use-case. There’s nothing inherently wrong with either approach, as long as you’re not trying to put a square peg into a round hole.

1 Like

Yes, that’s essentially what I was asking! Thank you!

1 Like

Perfect; have fun =)

Godot 3D course!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.