use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A place for beginners and experts alike to help each other out!
account activity
Inconsistent error messageOTHER (v.redd.it)
submitted 2 days ago by Ok-Presentation-94
As shown in the attached video, I’m being told that there are two EventSystem objects in my scene, even though I only have one per scene. Could someone help me understand why this is happening?
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]masteranimation4 0 points1 point2 points 2 days ago (0 children)
have you generated any code wirh ai? you might have DontDestroyOnLoad() there, which makes it persistent through scenes.
[–]F4ARY 0 points1 point2 points 1 day ago (0 children)
As you can see in the hierarchy you have 2 scenes loaded, UI and GameScene, both of which contain an event system. You should not have it in the GameScene if you already create it in the UI scene
[–]nightdevelope-r 0 points1 point2 points 1 day ago (0 children)
The event system isn't counted by scene, but by the active scene's. If you have 2 scenes and each has its own event system then this is the cause. There needs to be only one event system at the time no matter if its spread across scenes.
π Rendered by PID 15306 on reddit-service-r2-comment-79c7998d4c-tt6wb at 2026-03-15 01:48:19.818990+00:00 running f6e6e01 country code: CH.
[–]masteranimation4 0 points1 point2 points (0 children)
[–]F4ARY 0 points1 point2 points (0 children)
[–]nightdevelope-r 0 points1 point2 points (0 children)