getting_started/step_by_step/instancing #64
Replies: 12 comments 23 replies
-
Help, whenever i try to open the instancing project the whole thing crashes |
Beta Was this translation helpful? Give feedback.
-
I think the "Weapon" box above the "Player Ship" box in the shooter game diagram should be called "Player" ? |
Beta Was this translation helpful? Give feedback.
-
"To make a resource unique for one instance, right-click on it in the Inspector and click Make Unique in the contextual menu." Make Unique is not showing in the contextual menu for Gravity Scale resource, even though it isn't unique. Please correct me. |
Beta Was this translation helpful? Give feedback.
-
When I tried to import the project I just got a black screen with the project tile at the top, I'm on Windows 10, and Intel(R) HD Graphics 520 |
Beta Was this translation helpful? Give feedback.
-
So if I make a game with multiple playable characters with unique abilities each, i should make a basePlayer and then instantiate? Do I do that for the levels as well? |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks for the great documentation! In shooter game diagram, many arrows enter the stage scene and tip of arrows form a circle like shape, That was hard to read and it took me some time to figure out that they are actually arrows. |
Beta Was this translation helpful? Give feedback.
-
it's not clear from this how to instance from code |
Beta Was this translation helpful? Give feedback.
-
Hello, I don't seem to have "PhysicsMaterial" under Inspector for the ball, can anybody help please? |
Beta Was this translation helpful? Give feedback.
-
is this per chance meant to mean:
|
Beta Was this translation helpful? Give feedback.
-
Why not add a simple code examples for instancing? |
Beta Was this translation helpful? Give feedback.
-
"The arrows tell you which scene owns which." What does that even mean? Owns = is the abstract scene resource for? There is no textual description here of how one scene can "own" another. It seems that some arrows mean "contained in", for example a table scene instances is placed insides a room scene instance, and therefore there is an arrow from "table" to room." |
Beta Was this translation helpful? Give feedback.
-
The instancing_starter.zip doesn't work with Godot v4.4. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
getting_started/step_by_step/instancing
In the previous part, we saw that a scene is a collection of nodes organized in a tree structure, with a single node as its root. You can split your project into any number of scenes. This feature ...
https://docs.godotengine.org/en/stable/getting_started/step_by_step/instancing.html
Beta Was this translation helpful? Give feedback.
All reactions