Only one custom event is showing up in the "Events list" in Graph.
available in future release
Log In
This post was marked as
available in future release
orels
in progress
==Cat==
Events for me are not showing up properly at all in the events list. Only 3 can be displayed at a time, regardless of type. Even basic events like update, on interact, ect. are not showing up. Makes it difficult to navigate in large programs that are pushing the limit of the graph.
This post was marked as
tracked
BoatFloater
In the meantime, this can be fixed by finding
UdonGraphEvents.cs
and changing return;
on line 116 to continue;
BobyStar
It appears that the Event list gets stuck on the first Custom Event it sees. Regular Events made after the Custom Event also don't appear until that first Custom Event found is deleted.