Closed jonnyawsom3 closed 4 months ago
So my optimizer doesn't do anything on entering play mode by itself.
Other tools such as VRCFury, AV3Emulator & NDMF however can run the on upload hooks of other tools like my optimizer. If they run that on more than one avatar it will break all but the last that use my optimizer as it only keeps assets for the last optimized model.
I won't fix this and will keep it as is. My advice is to simply not have more than 1 avatar active in a given scene when entering play mode, then everything will be fine.
When entering play mode with 2 avatars active in the scene, the first turns invisible stating "(missing mesh)".
It's two copies of the same base avatar, so some meshes and materials are identical between them, VRCFury is also active for GoGoLoco, and removing the optimizer component from the second avatar fixes the missing mesh on the first.
The avatar uploads fine (found out after remaking it again...) so it's only an issue in the editor during Play Mode