-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
if you:
- Spawn Scene
- Use a SceneInstanceReady Observer
- Spawn player at "player spawn empty"
This can result in you getting access to the spawned scene before transforms have had a chance to propagate, which means the Transform
for something like a player spawn location Empty will be 0,0,0 instead of wherever its supposed to be.
TransformHelper is designed for this scenario and will let you "force" the Transform to update to its correct value.
This should be documented on the site
Metadata
Metadata
Assignees
Labels
No labels