mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-24 03:25:41 -05:00
Merge pull request #2012 from ousttrue/fix/unknown_renderer_to_warning
to warning
This commit is contained in:
@@ -264,7 +264,7 @@ namespace UniGLTF
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
Debug.LogWarning($"unknown renderer: {renderer}", context: renderer);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user