- Home /
Question by
sgtsappy · Feb 01, 2020 at 01:07 PM ·
scripting problemgameobjectstouch controlscontrolsoperator
How to operate two or many gameobjects present on Screen?
I have many gameobjects on my screen and want to operate them uniquely. (Using click or touch) The problem, currently I am facing is that when I move any of gameobject it will also change the position of the other gameObjects.
Comment
Answer by logicandchaos · Feb 01, 2020 at 07:17 PM
No one can help you unless you post your code and inspector. But if you want each object to behave differently then they either each need a unique script or you need one script to manage it all that has references to each object.