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
0.127.1
Unity-2022.3.17
Windows 10
When I import the VRM 0 vertion model it shows this warnings
UnityEngine.Texture:Shader_NoneNormal.normal is not converted. UnityEngine.Debug:LogWarning (object) UniGLTF.TextureExtractor:Extract (UniGLTF.SubAssetKey,UniGLTF.TextureDescriptor) (at Assets/UniGLTF/Editor/UniGLTF/ScriptedImporter/TextureExtractor.cs:61) UniGLTF.TextureExtractor:ExtractTextures (UniGLTF.GltfData,UniGLTF.UnityPath,UniGLTF.ITextureDescriptorGenerator,System.Collections.Generic.IReadOnlyDictionary2<UniGLTF.SubAssetKey, UnityEngine.Texture>,System.Action2<UniGLTF.SubAssetKey, UnityEngine.Texture2D>,System.Action1<System.Collections.Generic.IEnumerable1<UniGLTF.UnityPath>>) (at Assets/UniGLTF/Editor/UniGLTF/ScriptedImporter/TextureExtractor.cs:83) VRM.VRMEditorImporterContext:ConvertAndExtractImages (System.Action1<System.Collections.Generic.IEnumerable1<UniGLTF.UnityPath>>) (at Assets/VRM/Editor/Format/VRMEditorImporterContext.cs:112) VRM.vrmAssetPostprocessor:ImportVrmAndCreatePrefab (string,UniGLTF.UnityPath) (at Assets/VRM/Editor/Format/vrmAssetPostprocessor.cs:101) VRM.vrmAssetPostprocessor:ImportVrm (UniGLTF.UnityPath) (at Assets/VRM/Editor/Format/vrmAssetPostprocessor.cs:55) VRM.vrmAssetPostprocessor:OnPostprocessAllAssets (string[],string[],string[],string[]) (at Assets/VRM/Editor/Format/vrmAssetPostprocessor.cs:35) UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
UnityEngine.Texture:Shader_NoneNormal.normal is not converted. UnityEngine.Debug:LogWarning (object) UniGLTF.TextureExtractor:Extract (UniGLTF.SubAssetKey,UniGLTF.TextureDescriptor) (at Assets/UniGLTF/Editor/UniGLTF/ScriptedImporter/TextureExtractor.cs:61) UniGLTF.TextureExtractor:ExtractTextures (UniGLTF.GltfData,UniGLTF.UnityPath,UniGLTF.ITextureDescriptorGenerator,System.Collections.Generic.IReadOnlyDictionary
2<UniGLTF.SubAssetKey, UnityEngine.Texture2D>,System.Action
1<UniGLTF.UnityPath>>) (at Assets/UniGLTF/Editor/UniGLTF/ScriptedImporter/TextureExtractor.cs:83) VRM.VRMEditorImporterContext:ConvertAndExtractImages (System.Action
1<UniGLTF.UnityPath>>) (at Assets/VRM/Editor/Format/VRMEditorImporterContext.cs:112) VRM.vrmAssetPostprocessor:ImportVrmAndCreatePrefab (string,UniGLTF.UnityPath) (at Assets/VRM/Editor/Format/vrmAssetPostprocessor.cs:101) VRM.vrmAssetPostprocessor:ImportVrm (UniGLTF.UnityPath) (at Assets/VRM/Editor/Format/vrmAssetPostprocessor.cs:55) VRM.vrmAssetPostprocessor:OnPostprocessAllAssets (string[],string[],string[],string[]) (at Assets/VRM/Editor/Format/vrmAssetPostprocessor.cs:35) UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
its shows it for some textures
And when I open the Material its always a UniGLTF/UniUnlit
If I tried to change the material to VRM/MToon the material become Pink
Im using this URP
It happend with every 0 model I try to upgrade, I've seen some videos when people export the model it comes with VRM/MTOON
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environments (please complete the following information):
0.127.1
Unity-2022.3.17
Windows 10
Describe the bug
When I import the VRM 0 vertion model it shows this warnings
UnityEngine.Texture:Shader_NoneNormal.normal is not converted. UnityEngine.Debug:LogWarning (object) UniGLTF.TextureExtractor:Extract (UniGLTF.SubAssetKey,UniGLTF.TextureDescriptor) (at Assets/UniGLTF/Editor/UniGLTF/ScriptedImporter/TextureExtractor.cs:61) UniGLTF.TextureExtractor:ExtractTextures (UniGLTF.GltfData,UniGLTF.UnityPath,UniGLTF.ITextureDescriptorGenerator,System.Collections.Generic.IReadOnlyDictionary
2<UniGLTF.SubAssetKey, UnityEngine.Texture>,System.Action2<UniGLTF.SubAssetKey, UnityEngine.Texture2D>,System.Action
1<System.Collections.Generic.IEnumerable1<UniGLTF.UnityPath>>) (at Assets/UniGLTF/Editor/UniGLTF/ScriptedImporter/TextureExtractor.cs:83) VRM.VRMEditorImporterContext:ConvertAndExtractImages (System.Action
1<System.Collections.Generic.IEnumerable1<UniGLTF.UnityPath>>) (at Assets/VRM/Editor/Format/VRMEditorImporterContext.cs:112) VRM.vrmAssetPostprocessor:ImportVrmAndCreatePrefab (string,UniGLTF.UnityPath) (at Assets/VRM/Editor/Format/vrmAssetPostprocessor.cs:101) VRM.vrmAssetPostprocessor:ImportVrm (UniGLTF.UnityPath) (at Assets/VRM/Editor/Format/vrmAssetPostprocessor.cs:55) VRM.vrmAssetPostprocessor:OnPostprocessAllAssets (string[],string[],string[],string[]) (at Assets/VRM/Editor/Format/vrmAssetPostprocessor.cs:35) UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
its shows it for some textures
And when I open the Material its always a UniGLTF/UniUnlit
If I tried to change the material to VRM/MToon the material become Pink
Im using this URP
It happend with every 0 model I try to upgrade, I've seen some videos when people export the model it comes with VRM/MTOON
The text was updated successfully, but these errors were encountered: