CyanLaser / CyanEmu

CyanEmu is a VRChat client emulator in Unity. Includes a player controller with interact system. Works with SDK2 and SDK3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OnSpawn does not fire for UdonBehaviours

CyanLaser opened this issue · comments

UdonBehaviours that are spawned in do not have OnSpawn called. It appears that current methods are too early as they have not run start yet and are ignored. Create a queue and call onSpawn after those objects have ran start.

VRChat no longer supports OnSpawn and spawning udon behaviours. This will not be implemented.