I want to have a choice of what GameObject I attach a Controller to. Any suggestions on how this would be done.
Searching the scripting referance for Attach, AddComponent, Parent, didn’t seem to turn up a function I could use to Dynamically add a Component at runtime
Mouse pick is the second issue, to get the object to attach to. But, that I think is more straight forward.
Thanks