Shavier
Protege
since ‎03-24-2022
‎11-03-2023

User Statistics

  • 19 Posts
  • 1 Solutions
  • 2 Kudos given
  • 12 Kudos received

User Activity

So I've been testing spatial anchors for a few days and I wanted to make a post to share my progress with the community. There is a little "tutorial" in the end of the post for those who wants to implement the Sharing Spatial Anchor feature.So far I'...
I'm trying to use the Share spatial anchors provided in the oculus repository:https://github.com/oculus-samples/Unity-SharedSpatialAnchors But when I start the app and enter the Share Spatial Anchors scene, it shows on the log window: "You are not au...
Im trying to get the current user ID so I can share the spatial anchors, and I did this code:var loggedUser = Oculus.Platform.Users.GetLoggedInUser(); textIP.text = loggedUser.ToString(); But somehow this gets an error and the user info does not disp...
Im using the One Grab translate transformer in an object but I want to disable it when the objetc reach certain point, but I just cant disable the translate transformer effect, even removing the component at runtime doesn't seems to disable the effec...
I was testing some driving with a Steering Wheel with the Two Grab Rotation Transformer and I've notice when the vehicle is moving/rotating the hand tends to move in that direcction making an offset between the virtual hands and the hands in the real...