You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried setting objects' visible = false on ready and then on setup() set to visible after moving to their correct spawn location. No fix.
Error seems to be here, somewhere:
Notes
Do we just move the whole level down and right, so we can't see it happening? Then block access to the top left?
The text was updated successfully, but these errors were encountered:
Description
All objects spawned into scene show at top left briefly before appearing where they should.
Steps To Reproduce
Steps to reproduce the behavior:
Expected Behaviour
Things should only be visible where they spawn.
Screenshots
Difficult to capture on screenshot as it flickers for only a frame and gets lost in recording.
Version Info
Testing Completed So Far
Tried setting objects'
visible = false
on ready and then onsetup()
set to visible after moving to their correct spawn location. No fix.Error seems to be here, somewhere:
Notes
Do we just move the whole level down and right, so we can't see it happening? Then block access to the top left?
The text was updated successfully, but these errors were encountered: