• Hi Guest!

    We are extremely excited to announce the release of our first Beta for VaM2, the next generation of Virt-A-Mate which is currently in development.
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.

Recent content by VamWizard

  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.
Back
Top Bottom