I would like to instantiate an object and immediately set it to be unpickable, as if I had toggled its pickability state in the hierarchy.
1 Answer
1Ah, I have found the answer:
SceneVisibilityManager.instance.DisablePicking(_gameObject, true);
More information here: