Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ protected static GameObject VRCInstantiate(GameObject original)
/// <remarks>This will only function if the UdonSharpBehaviour is set to Manual sync mode and the person calling RequestSerialization() is the owner of the object.</remarks>
/// </summary>
[PublicAPI]
public void RequestSerialization() { }
public virtual void RequestSerialization() { }

// Stubs for builtin UdonSharp methods to get type info
private static long GetUdonTypeID(System.Type type)
Expand Down