There used to be a way in V2 to get the physics modelsHandController.GetAllPhysicsHands() which would return the physics hands. I can't seem to find this in Orion. Has it gone, or am I missing something?
The Orion equivalent is a protected property (HandController.physicsReps). I'm not sure why this was done, though. What are you trying to do?
I was trying to get a reference to the physics hand models so that I could child an object to the transform of the palm
You could just make the HandController.physicsReps property public. Other options would be to find the palm by tag or by name. You could also put a script component on the palm.
Ok thanks, will it be made public in a future release?