Search results for query: *

  1. VamWizard

    Question Possible to Change Rigidbody Collision Mode (Continuous, Continuous Dynamic)?

    It would be possible with a plugin but I don't know if there is one for that. Not hard to do though
  2. VamWizard

    Question How to make mesh colision for your custom model assets?

    Colliders can't deform, but you can make them follow the body by making each being a child of the correct bone (you would need to make a collider for each moving part). You could make the collider appear to deform by rebuilding it every frame, however this would have a big effect on the frame...
  3. VamWizard

    Benchmark - clear install vs many vars

    Could you please tell me how did you get such detailed metric?
  4. VamWizard

    Benchmark - clear install vs many vars

    Can anyone confirm if duplicated morphs are processed more than once?
  5. VamWizard

    Trying to create a glow effect in Unity

    Keep in mind that my knowledge of shaders is a bit limited. 1- I remember bringing in a relatively complex custom shader from Amplify Shader and it worked correctly inside VAM. As long as you use the built-in pipeline, I believe it will work. 2- did you try to check the emissive option in your...
  6. VamWizard

    Question Need help on changing gender

    In the guides section, there is a tutorial for making futas. I believe that if you follow the same instructions (although starting with a male), you can get the result you want. I haven't test it but it's worth a look.
  7. VamWizard

    Question Is there a way too open a scene that's "too big"?

    Lol! I think I understand why Acid Bubbles said "Maybe a little command line?" now. The way I know how to deal with it is deleting all the animations but one from the JSON by creating a .bat that does that (doing that 15 times so that you get 15 JSONS each with only one anim). Nowadays you can...
  8. VamWizard

    Question Is there a way too open a scene that's "too big"?

    Keep in mind that I don't know as much as Acid Bubbles, and I don't know if this will work, but while he doesn't post, you can try the following: For your test, instead of deleting the controllers, you should delete the first clip of the first JSON and the second clip of the second JSON. Load...
  9. VamWizard

    Brand new graphics card but running at 50% and around 30fps.

    VAM uses CPU PhysX to handle game physics. It's single-threaded and responsible for the bottleneck. Unity Physics is multi-threaded but was only released in 2019, and the version VAM uses is 2018.3 (IIRC). If you disable soft body physics, you should see some improvement in FPS as well. VAM 2 is...
  10. VamWizard

    Question Creating a seamless loop in Timeline with two animations

    Try starting the animation through a UI button trigger instead of clicking on the "play all" button, to see if anything changes. If for some reason it still doesn't work, I would use merge as suggested by yasparukko.
  11. VamWizard

    Solved I have a question about copyright.

    https://hub.virtamate.com/threads/new-non-commercial-nc-license-policy-enforcement.11860/ If we interpret the definition literally, you will be fine since you are not using the NC work. (You also don't risk upsetting the original creator if you are not using it) Maybe you should write...
  12. VamWizard

    Question Fat Guy Issues, a Sequel

    I'm not completely sure but I believe saving your character as a subscene would do the trick too
  13. VamWizard

    Question Pausing one timeline animation while another plays? Possible?

    You're right. It seems that the Pause trigger actually affects all timeline instances To pause only one instance, you can set the animation speed to 0 (later set the speed back to 1 when you need it to move again)
  14. VamWizard

    Question Pausing one timeline animation while another plays? Possible?

    Do the animations have the same name? If so, try changing the name of one of them. The Timeline automatically synchronizes animations with the same name.
  15. VamWizard

    VAM Scenes with more Interaction/Gameplay

    Here it is https://hub.virtamate.com/resources/scripter.30210/ Really impressive
  16. VamWizard

    How to be a successful VaM creator (financially)?

    I agree with you. I said I was going to make stories but I decided to make plugins after all, since that's the kind of stuff I love to do. I'm a bit worried because it will be a bit difficult to maintain a good release rate, but whatever. At this time I'm trying to make particle-based cumshots...
  17. VamWizard

    Solved Creator Key not working

    Yes. Here's the post mentioning it: https://www.patreon.com/posts/vam-1-21-77428912
  18. VamWizard

    Question FBX in Unity is see through.

    If its not an exporter problem, try using a double-sided shader.
  19. VamWizard

    Question Plugin to make a CUA glossy?

    not sure but maybe these can help: https://hub.virtamate.com/resources/unityassetvamifier.478/overview-panel https://hub.virtamate.com/resources/unity-asset-multi-vamifier.7590/overview-panel
Back
Top Bottom