Sprite execution order incompatibility causes layering issues in this project
See original GitHub issueExpected Behavior
https://scratch.mit.edu/projects/73724746/ should behave the same in 2.0 and 3.0.
Actual Behavior
This project does not have the mountains in the correct layer when imported into 3.0. I think this is an execution order issue as the sprites follow the model of go to front
followed by go back [n] layers
. The resulting layer for the sprite in question depends on when the sprites code is executed in comparison to other sprites.
Found by @carljbowman in a smoke test on 08/17/18.
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
How to solve your Unity 2D sprite sorting / layer issues!
A lot more active on Twitter @IndieGameDAV This addresses some important setting up of unity to addressunity sprite layering issues that ...
Read more >Sorting Groups - Unity - Manual
See 2D Sorting for more information on using Sorting Layers to sort Sprites, and Unity's Renderer sorting criteria. Sorting Renderers within a Sorting...
Read more >Render multiple layers in XNA - Stack Overflow
You can easily do this with RenderTargets :-) There are lots of resources on how to use them on the web (example). If...
Read more >Incompatible Changes — Ren'Py Documentation
See the changelog for the problems it can cause. ... The order in which Ren'Py's self-voicing reads out layers, screens, and displayables in ......
Read more >spine-unity Runtime Documentation - Esoteric Software
To use the spine-unity runtime in your Unity project: ... As an alternative, you can change Script Execution Order to run after SkeletonAnimation's...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ktbee, before proceeding, would it be possible for you to create and share an sb2 execute integration test project that illustrates the differences between 2.0 and 3.0 behavior you’re talking about above?
Related: https://github.com/LLK/scratch-gui/issues/926