Hello, Unity Community.
I am currently developing a 2D game, and I want to know if it’s possible to set a sprite’s position and size from inside a script(C#). I looked at the Sprite.Create entry in the scripting API, but it lacks an example and it only helped confuse me.
It would help me design levels much easier by doing math rather than designing levels by eye in the editor.