This commit is contained in:
wsh
2025-05-28 23:42:50 +09:00
parent c2dbaf5545
commit 14cbeb7258
3 changed files with 8 additions and 7 deletions

View File

@@ -43,10 +43,10 @@ namespace Studio.Util
matrixConverter = new MatrixConverter();
}
void Update()
{
DrawMeshInstancedOnUpdate();
}
//void Update()
//{
// DrawMeshInstancedOnUpdate();
//}
private void OnDestroy()
{
Destroy(loadedObject);
@@ -77,7 +77,7 @@ namespace Studio.Util
{
isLoading = true;
this.progress = progress;
Debug.Log($"Loading Model. Progress: {progress:P}");
Debug.Log($"{assetLoaderContext.Filename} loading progress: {progress:P}");
}
private void OnMaterialsLoad(AssetLoaderContext assetLoaderContext)
{