mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-05-14 14:29:52 -05:00
error message
This commit is contained in:
parent
aa49a8352b
commit
46a1898edf
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user