I made an object has iclude a canvas. There is button and toggle. It is working correctly. But i export this prefab and import to different project it does not work. I can’t click any of them.
Hi, if you think this is a bug in Unity, you are always welcome to create a bug report.
If you could create an example project it would be very helpful as well as detailed reproduction steps.
canvas’ need EventSystems to work properly when there are interactive components like buttons. When you add a canvas to a scene unityeditor immediately adds one, but I doubt it will when adding a prefab. Just also include an EventSystem.
1 Like
Wow you saved me man! I was going mad why it works in only one scene and not others that are using the same prefab! Nice!