I am destroying any instances of GameObject.Find() to save the world #5

Merged
Terkoiz merged 3 commits from :master into master 2024-04-08 03:09:44 -04:00
Showing only changes of commit d7cd2397f3 - Show all commits

View File

@ -236,7 +236,6 @@ namespace Terkoiz.Freecam
{
// Destroy FreeCamScript before FreeCamController if exists
Destroy(_freeCamScript);
Destroy(this);
}
}
}