Found the solution
gameObjects working in one scene, but none of the others?
Hey all,
I have OnClick gameObjects set up so that when you click it, the item you click will be added to your inventory. Simple enough.
The code works fine because in one scene it manages to flow smoothly, added to the inventory. No problem.
However, in an other scene, it just doesn't work. I've made comparisons to the canvas' and they're all the same. All the components on the gameObjects are the same. The same functions on the Event Trigger. Just there's something blocking it from being clicked, and I don't know what, and I'd really appreciate anyone's help if they can offer it.
Answer by Cuttlas-U · Apr 29, 2020 at 04:36 PM
hey; when loading the new scene , try disabling each object 1 by 1 and see when it will works again , so u can find the object that is causing the problem ;
Follow this Question
Related Questions
CHANGING SCENE AND MAKE A GAME OBJECT ACTIVE THERE 0 Answers
Creating OnMouseDown() action An object that contains 5 TextMeshPro in an horizontal layout group. 0 Answers
CardBoard Project. Instatiate prefab don't interact with Player 0 Answers
GameObjects don't show up on Android build 0 Answers
Unity won't print last item in my array for my GameObjects 0 Answers