You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're having an issue with the plugin (https://github.com/KellanHiggins/AsciiFBXExporterForUnity) we're using to download FBX files from the WebGL runtime. We're able to successfully download the 3D model with texture in our local machine from WebGL with using your plugin, but when we open the FBX file, the texture is not merged with the model.
We've received feedback from the plugin developer that the reason the textures aren't working is because there is additional saving work that involves paths within the method FBXUnityMaterialGetter. They've said that we need to look in there and add some methods to ensure that at runtime the textures are saved at the texture path. They've specifically mentioned the SaveTextureRunTime method, which they believe is probably failing.
As a result, the downloaded model retains its texture. We would really appreciate it if you could provide any solutions to this issue. It would be very helpful for us.
The text was updated successfully, but these errors were encountered:
We're having an issue with the plugin (https://github.com/KellanHiggins/AsciiFBXExporterForUnity) we're using to download FBX files from the WebGL runtime. We're able to successfully download the 3D model with texture in our local machine from WebGL with using your plugin, but when we open the FBX file, the texture is not merged with the model.
We've received feedback from the plugin developer that the reason the textures aren't working is because there is additional saving work that involves paths within the method FBXUnityMaterialGetter. They've said that we need to look in there and add some methods to ensure that at runtime the textures are saved at the texture path. They've specifically mentioned the SaveTextureRunTime method, which they believe is probably failing.
As a result, the downloaded model retains its texture. We would really appreciate it if you could provide any solutions to this issue. It would be very helpful for us.
The text was updated successfully, but these errors were encountered: