#HELP anchor works in examples but does not work in my project
6 messages · Page 1 of 1 (latest)
Is it possible that you are using different versions of bevy? It looks like the constants for sprite anchors are not in prior versions, only the enum
I use "0.16.1" in project idk the version in examples
i see 0.17 dev in your video :) so that is the issue
you can change back to a specific tag in git to match your 0.16 project and get the version specific examples
would it be okay to just switch my main project to the new dev version?