sergiobd / ViveTrackerUtilities

Utilities for using a Vive Tracker without HMD
78 stars 14 forks source link

No Tracking on Build #4

Closed Z0R4NG3 closed 4 years ago

Z0R4NG3 commented 4 years ago

Hello,

I recently found this package and it has been very helpful. Your Read Me was very informative and easy to follow. However when I build the project there is no tracking even though it all works perfectly in Editor. I've included the dll in the build folder plugins and corrected the file path in CopyOpenVr.cs. Is there anything I'm missing? I'm using Unity 2018.2.6 if that matters.

Thanks, -Zack M.

sergiobd commented 4 years ago

Hi, I'm glad the package has been helpful. I can only think of a problem in the path name. I suggest you check the log files to debug the error. I should be here: image

Image from Log Files manual page.

Z0R4NG3 commented 4 years ago

Thanks for the timely response. I will check the log file and double check that the path is correct.

On Sun, Feb 2, 2020, 8:38 PM Sergio Bromberg notifications@github.com wrote:

Hi, I'm glad the package has been helpful. I can only think of a problem in the path name. I suggest you check the log files to debug the error. I should be here: [image: image] https://user-images.githubusercontent.com/4733666/73619552-31dc6e80-4671-11ea-8e65-da957ccee456.png

Image from Log Files manual page https://docs.unity3d.com/Manual/LogFiles.html.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/sergiobd/ViveTrackerUtilities/issues/4?email_source=notifications&email_token=AONOTQWTJ4UR5UH6Q62N2BLRA5YSDA5CNFSM4KN3ASM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEKSHSYI#issuecomment-581204321, or unsubscribe https://github.com/notifications/unsubscribe-auth/AONOTQQWX5O276HWF7MJRP3RA5YSDANCNFSM4KN3ASMQ .

sergiobd commented 4 years ago

@Z0R4NG3, could you solve the issue?

Z0R4NG3 commented 4 years ago

Yes I did solve the problem. My path was correct but on my machine there were two files by that name in slightly different places. I changed the path to point to the other and now the program works fine.

On Tue, Feb 4, 2020, 11:36 PM Sergio Bromberg notifications@github.com wrote:

@Z0R4NG3 https://github.com/Z0R4NG3, could you solve the issue?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sergiobd/ViveTrackerUtilities/issues/4?email_source=notifications&email_token=AONOTQUEVFGHHTFKE756XXLRBI64HA5CNFSM4KN3ASM2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEK2DSRQ#issuecomment-582236486, or unsubscribe https://github.com/notifications/unsubscribe-auth/AONOTQQDXW324EDZVK4MSD3RBI64HANCNFSM4KN3ASMQ .

sergiobd commented 4 years ago

Glad to read that. Closing this issue now.