Skip to content

Instantly share code, notes, and snippets.

@alexson
Last active January 13, 2022 09:37
Show Gist options
  • Save alexson/e1e3614548638981db5f0d0f1d123f40 to your computer and use it in GitHub Desktop.
Save alexson/e1e3614548638981db5f0d0f1d123f40 to your computer and use it in GitHub Desktop.
//Destroy this object
NetworkedUnityObject nuo = GetComponent<NetworkedUnityObject>();
GameVal.gc._spawnedObjectList.Remove(nuo);
GameVal.gc.DestroyNetworkedUnityObject(nuo);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment