1
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user