We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I would like to report an error that occurred when using this plugin (Unity). It would be greatly appreciated if you could fix it.
If you run this plugin in a project that does not use GameCreator, you will get the following error
The type or namespace name 'GameCreator' could not be found (are you missing a using directive or an assembly reference?)
Also, if I comment out line 8 of GameCreatorInventory.cs, the error disappears, but when I import the model file, I get the following error
NullReferenceException: Object reference not set to an instance of an object UMA.UMAData+UMARecipe.MergeMatchingOverlays () (at Assets/ExternalAssets/UMA/Core/StandardAssets/UMA/Scripts/UMAData.cs:1659) UMA.UMATextRecipe.Save (UMA.UMAData+UMARecipe umaRecipe, UMA.UMAContextBase context) (at Assets/ExternalAssets/UMA/Core/Extensions/ DynamicCharacterSystem/Scripts/pUMATextRecipe.cs:371) UMAConverter.UMAConverter`1[T].GenerateRaceAssets () (at Library/PackageCache/com.vwgamedev.umaconverter@d890823479/Editor/ UMAConverter.cs:317) UMAConverter.UMAConverter`1[T].convert () (at Library/PackageCache/com.vwgamedev.umaconverter@d890823479/Editor/UMAConverter.cs:395) UMAConverter.FBXImportPreprocessor.Convert (System.String path, UMAConverter.FBXImportPreprocessor+convertType type) (at Library/ PackageCache/com.vwgamedev.umaconverter@d890823479/Editor/FBXImportPreprocessor.cs:119) UMAConverter.FBXImportPreprocessor.<OnPreprocessModel>b__0_0 () (at Library/PackageCache/com.vwgamedev.umaconverter@d890823479/Editor /FBXImportPreprocessor.cs:57) UnityEditor.EditorApplication.Internal_CallDelayFunctions () (at <4f70cf68b8b24a78aa3a87c1d6120925>:0)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I would like to report an error that occurred when using this plugin (Unity).
It would be greatly appreciated if you could fix it.
If you run this plugin in a project that does not use GameCreator, you will get the following error
Also, if I comment out line 8 of GameCreatorInventory.cs, the error disappears, but when I import the model file, I get the following error
The text was updated successfully, but these errors were encountered: