nesrak1 / UABEA

c# uabe for newer versions of unity
MIT License
1.1k stars 143 forks source link

Edit Location? #205

Closed realcrunchy closed 1 year ago

realcrunchy commented 1 year ago

How to edit GameObject Location

nesrak1 commented 1 year ago

I assume you're talking about GameObject transform position? The easiest way to do this is to click view data on the gameobject, open the first component (which is always transform), right click on Transform Base and click Visit Asset.

image

Then back in the info window, click export dump, save it somewhere, edit the position with a text editor, and import dump.

image

Then save like normal and it should have moved the GameObject's position.

realcrunchy commented 1 year ago

Awesome! Thanks! 🙏