• 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.

Search results for query: *

  1. U

    Make builtin object invisible through a script?

    Thanks, I will try searching with the gameObjectExplorer, it looks very useful. I'm trying to make a plugin that creates several spheres and capsules (the builtin atoms), because they have functioning gpu colliders in them, tweak the colliders, and attach the objects to bones on a male...
  2. U

    Make builtin object invisible through a script?

    Hi, I have a script that creates several Capsule and Sphere objects, and I'd like a way to make them invisible, but still active in the scene. What I've tried already is to GetComponent<Renderer> on the atoms, and their gameobjects and set the renderer.enable to false, which only works on the...
Back
Top Bottom