sceneswitcher is a very powerful component. im try to make scene switch using button. im try modifying multiscene template. and using sceneswitcher control script. but nothing happened? is there another workaround? thank in advance
Hey Jafar! If the SceneSwitcher component isn’t responding to button clicks, the most common cause is missing the Interaction setup. The SceneSwitcher needs a ClickHandler component on the same button GameObject to detect clicks and trigger the scene switch.
Add a ClickHandler component (from the Needle Engine built-in components) to your button, reference the SceneSwitcher’s switchScene() method in its click event, and make sure the button has a collider and the scene has a raycaster (usually on the main camera).
If that’s already set up, check the Console for errors — it’ll tell you if a scene URL is wrong or missing.
1 replies left - Become PRO for more replies.
Reply to this post directly if you need further help (bottom right button)
