decentraland / sdk7-goerli-plaza

10 stars 26 forks source link

fix: Change bird scene initialization logic #210

Closed dalkia closed 4 months ago

dalkia commented 4 months ago

In alpha we are running scenes multithreaded. Therefore, the scene may run for several fframes before the first Unity frame has been completed We need to change the start condition in this scene, since we cannot assure that all assets will have the correct component after the first frame as the scene used to require.

github-actions[bot] commented 4 months ago

Test this pull request