mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-11 05:19:14 -05:00
Merge pull request #702 from seibe/patch-1
fix: #701 非エディタ環境でのコンパイルエラーを修正
This commit is contained in:
@@ -50,7 +50,9 @@ namespace MeshUtility
|
||||
{
|
||||
ErrorLevel = canExport;
|
||||
Message = message;
|
||||
#if UNITY_EDITOR
|
||||
Extended = extended;
|
||||
#endif
|
||||
}
|
||||
|
||||
#if UNITY_EDITOR
|
||||
|
||||
Reference in New Issue
Block a user