mirror of
https://github.com/vrm-c/UniVRM.git
synced 2026-09-11 05:19:14 -05:00
reverse
This commit is contained in:
@@ -238,7 +238,7 @@ namespace VRM.DevOnly.PackageExporter
|
||||
BuildOptions.None
|
||||
);
|
||||
#if UNITY_2018_1_OR_NEWER
|
||||
var isSuccess = build.summary.result != BuildResult.Succeeded;
|
||||
var isSuccess = build.summary.result == BuildResult.Succeeded;
|
||||
#else
|
||||
var isSuccess = !string.IsNullOrEmpty(build);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user