Unity-Technologies / 2d-extras

Fun 2D Stuff that we'd like to share!
Other
1.54k stars 342 forks source link

GameObject Brush paint incorrect position when Cell.Position.y < 0 #352

Open tanghuipang opened 1 year ago

tanghuipang commented 1 year ago

image

EditorVersion: 2020.3.33f1 / 2021.3.8f1 Brush Anchor is (0.5, 0.5, 0,5). It works fine when anchor is (0,0,0), or cell position.y >= 0.

ChuanXin-Unity commented 1 year ago

Hi, sorry about this issue! We will take a look at this!

ChuanXin-Unity commented 1 year ago

Hi, this should be fixed with https://github.com/Unity-Technologies/2d-extras/pull/353. Let us know if that does not work out for you!