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