diff --git a/Packages/com.vrchat.UdonSharp/Runtime/UdonSharpBehaviour.cs b/Packages/com.vrchat.UdonSharp/Runtime/UdonSharpBehaviour.cs index 5ff5a0e7..787d24ba 100644 --- a/Packages/com.vrchat.UdonSharp/Runtime/UdonSharpBehaviour.cs +++ b/Packages/com.vrchat.UdonSharp/Runtime/UdonSharpBehaviour.cs @@ -145,7 +145,7 @@ protected static GameObject VRCInstantiate(GameObject original) /// This will only function if the UdonSharpBehaviour is set to Manual sync mode and the person calling RequestSerialization() is the owner of the object. /// [PublicAPI] - public void RequestSerialization() { } + public virtual void RequestSerialization() { } // Stubs for builtin UdonSharp methods to get type info private static long GetUdonTypeID(System.Type type)