Check if object is snapped
Hi everybody, I am trying to implment an interaction where the user (1) grabs an Interactable object and snaps it to a predefined position and then (2) has the option to translate transform that same object to a specific position. I did encount a few problems/question that I couldn't solve yet. 1. How can I check, if an object is snapped to a predefined snaplocation? I want to achieve, that I then can deactivate and activate the relevant Grab Transformers and maybe snap locations 2. How can I check, if an object is transformed (through one grab translate transformer) to a specific position and then lock it there while still active? I want the object to be able to be translate-transformed again, but only on a release and grab, not while keeping it grabbed (active). Any help is greatly appreciated. I suppose I have to code a little bit which I don't have a big problem with, however a starting point would be of great help to me. Thank you 🙂1.2KViews0likes4CommentsMeta Avatar Critical Joint Transforms go to zero position after calling LoadUser()
Our application depends upon attaching objects to each avatars hands and head. Unfortunately this means we can't use LoadUser() to update an avatar's appearance if they changed it because there seems to be a bug where the critical joint transforms just fall to the local zero position when LoadUser() is called. ot know where the users wrists and head are now Here are the steps to reproduce:1.7KViews2likes1CommentOVRPlayerController with Parent Transform
Any advice or tips on how to make OVRPlayerController support a parent transform? I'd like the player to be on moving platforms and vehicles and still be able to walk around within that local parent's space. Anytime I parent the OVRPlayerController to a game entity, the walk speed is incredibly slower, or if the parent is moving within world space, the OVRPlayerController seems to be inversely translated. I suspect that's due to OVRPlayerController using Controller.Move for absolute world moving. Anyone find a way to support this type of scenario? I noticed some discussion around hovering platforms, but in my above scenario the transformation isn't just vertical.1KViews0likes1Comment