Final before first release

This commit is contained in:
2025-04-07 22:18:01 +02:00
parent 3d6dd4c385
commit 765575d7ae
3 changed files with 86 additions and 70 deletions

View File

@@ -56,11 +56,6 @@ namespace SplashEdit.RuntimeCode
_playerHeight = player.PlayerHeight;
_playerRot = player.transform.rotation;
}
else
{
Debug.LogError("Can't export a scene without a Player created");
return;
}
ExportFile();
}