Hello everyone,
In latest master branch you added meters as an input unit but unfortunately it does not work as intended creating chaos in process. As you can see from pictures sometimes system adds cm and sometimes it adds meters!
Until i figured this out i had destroyed half of my game… Nothing was working and most of my blueprints that have overlapping flipbooks or sprites went straight down to hell because of this.Things that were on background were converted in meters and things that were in foreground (randomly) were converted in cm resulting in me wanting to quit. I cant take this anymore…
Hi ,
This is not a bug, but intended. There is a new property in Editor Preferences > General > Appearance: Display Units on Numerical Properties, which is set to True by default. This shows cm, m, or km units on applicable values. If you enter 100 while it is set to cm, it will update to 1 m. If you set it to 0.01 while in m, it will convert to 1 cm. You can disable this property to remove units, and it values will remain in cm without auto-converting.
This is new to 4.8, and not official yet. There has been no public announcement about change because it has not been officially released yet. If you insist on working in Master, you are going to encounter changes with no notice like this. Even latest Promoted builds available on GitHub are only tested to make sure they don’t insta-crash. If you don’t want to encounter these kinds of problems, find a stable build that works for you and stick with it.
Hey !
Unfortunately many paper2d things don’t work as intended so i had to update from promoted branch a couple of months ago as to be able to continue with my game progress since something was seriously broken .And since then i am forced in a vicious circle that has no end. I have 2 options now. I either wait 1 and a half month for things to catch up ,with this resulting in me stopping active development or i face all this @#$%@ (on bright side i am a lab rat for you!) I hope collisions will be fixed soon so i can stop updating.
As for above problem i insist that it does not work properly but i guess we will see if this is case soon enough when it gets released. Sometimes it coverts 13 to 1.3m or 13 m. But anyway thanks once again for your help!