|
How can i hide a huge object in a little object bag for example so that i can hold it then drag it ? for example i have ahuge wep i want to put it in the bag then when i use i grap the weapon and apart of the wep is hidden which in the bag
(comments are locked)
|
|
Use gameObject.active = false or renderer.enabled = false;. PS : You lost me after "hide part of an object".
(comments are locked)
|
