Remove Unneeded RenderTextures (#399)

* remove unneeded render textures

* remove debug print

* show build guid in parts of app

* adjust timing window
This commit is contained in:
minenice55
2023-04-23 15:27:23 -04:00
committed by GitHub
parent 43640784f4
commit 4334d50943
12 changed files with 496 additions and 927 deletions

View File

@ -334,7 +334,6 @@ namespace HeavenStudio.Games
{
if (path.name == name)
{
Debug.Log("Found path " + name);
return path;
}
}