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