mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-08-20 17:45:22 -05:00
error message
This commit is contained in:
@@ -42,7 +42,7 @@ namespace VRMShaders
|
||||
return false;
|
||||
default:
|
||||
// Not Supported TextureImporterType
|
||||
throw new ArgumentOutOfRangeException();
|
||||
throw new ArgumentException($"{texture}: textureImporter.textureType {textureImporter.textureType} is not supported. Only Default or NormalMap is supported");
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user