I am developing an android game which has 2 levels, I made two joystick button that controls the main player using the simple joystick plugin and made a prefab of it and imported it in level 2, the problem is that the joysticks are working without any error with empty OnClick() in level 1 but are unclickable in level 2 (The scene already has an EventSystem).
Hierarchy
Move Button
Fire/Rotate button


