htc vive Posted November 15, 2021 Posted November 15, 2021 I am developing a game in Unity (2019.2, OpenVR) and I use 5 Vive trackers. Every time I start I have to assign the device number to each tracker. Is there a way to establish that order? The most logical thing would be that they respond to the order in which they are turned on, but that logic does not apply. it's tremendously annoying to assign the number every time I have to use them. To each Game Object that responds to each tracker I put the code "SteamVR_TrackedObject" Thanks
VIVE_chengnay Posted November 15, 2021 Posted November 15, 2021 Hi @htc vive, Could you try using the embedded binding method provided by VIU? You can assign each tracker to any specific role, so that every time you turn on your trackers in different order, they are still in the same role as before. BTW, how did you assign the device index to each tracker?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now