Is there a limit to the number of plugin instances you can have? I'm probably just doing something wrong here, but in a group scene with 3 male atoms, I added the plugin to the first one and it was fine, second one was fine, when I add the plugin to the 3rd male atom I get the following
Code:
!> Error during attempt to load assetbundle Foost.SexyFluids.5:/Custom/Scripts/Foost/SexyFluids/data/Foost.SexyFluids.fluid_shaders.assetbundle. Not valid
!> Failed to load bundle Foost.SexyFluids.5:/Custom/Scripts/Foost/SexyFluids/data/Foost.SexyFluids.fluid_shaders.assetbundle
!> Failed to load required assets from bundle Foost.SexyFluids.5:/Custom/Scripts/Foost/SexyFluids/data/Foost.SexyFluids.fluid_shaders.assetbundle
!> Jizz resources failed to load, not initializing the fluid objects
!> Jizz resources failed to load, not initializing the fluid objects
!> Jizz resources failed to load, not initializing the fluid objects
!> Jizz resources failed to load, not initializing the fluid objects
!> Can't finialize fluid renderer init, shaders are missing
!> Error during attempt to load assetbundle Foost.SexyFluids.5:/Custom/Scripts/Foost/SexyFluids/data/Foost.SexyFluids.fluid_shaders.assetbundle. Not valid
!> Failed to load bundle Foost.SexyFluids.5:/Custom/Scripts/Foost/SexyFluids/data/Foost.SexyFluids.fluid_shaders.assetbundle
!> Failed to load required assets from bundle Foost.SexyFluids.5:/Custom/Scripts/Foost/SexyFluids/data/Foost.SexyFluids.fluid_shaders.assetbundle
!> Jizz resources failed to load, not initializing the fluid objects
!> Jizz resources failed to load, not initializing the fluid objects
!> Jizz resources failed to load, not initializing the fluid objects
!> Jizz resources failed to load, not initializing the fluid objects
!> Can't finialize fluid renderer init, shaders are missing
It's weird because I have the scene saved with the plugin on the first two male atoms and the scene loads fine, the plugin works fine on those two, but whenever I try to add it to the 3rd atom; error.
edit:
figured it out. the first 2 male atoms had sexy fluids v1. The 3rd one i was trying to add it too, i was trying to add sexy fluids v5. I removed the sexy fluids plugin from the first 2 atoms, saved a temp version of the scene, reloaded it and was able to add v5 to all 3. Only problem was doing so invalidated all the triggers i had configured that trigger sexy fluid functions so i had to track them all down and reset everything.