D
D
Dmitry Korolev2018-05-22 22:24:05
Unity
Dmitry Korolev, 2018-05-22 22:24:05

How can I disable the ability to resize the sprite while in this tool?

5b046e29a910f164256970.png
how to disable the ability to resize a sprite?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Dmitry Korolev, 2018-12-14
@adressmoeistranici


Dmitry Korolev, There is already a separate tool for drag and drop, why does it not suit you? Daniil Basmanov

F
freeExec, 2018-05-22
@freeExec

In my opinion, something is wrong with your architecture, but in general

void Update()
{
    transfrom.scale = Vector3.one;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question