i have airplane prefab in which there is also a canvas. In the canvas i use some buttons. I add the function on click event … when i run the this prefab into a edit scene function are properly called… but when i use this prefab in another scene the button are not click able…
The Canvas and buttons needs an EventSystem - you need to include one of those in the new scene.