Unity errors with HP Samples (OminceptSamples.unitypackage)
Hi everyone,
My name is Almudena, and I'm a technical researcher at Universitat Politècnica de València. We've just bought this new headset for academic purposes, and I was trying to see how Unity samples worked, but I had a few erros on console when importing the OminceptSamples.unitypackage:
- Assets\Omnicept\OmniceptSamples\Display\Scripts\TwoDGraphCSVDataRecorder.cs(6,7): error CS0246: The type or namespace name 'CSVHandler' could not be found (are you missing a using directive or an assembly reference?)
- Assets\Omnicept\OmniceptSamples\Display\Scripts\TwoDGraphCSVDataRecorder.cs(92,31): error CS0246: The type or namespace name 'CSVWriter' could not be found (are you missing a using directive or an assembly reference?)
I am using Unity 2020.3.2f1 version. Any ideas of what can be happening?
-
Official comment
Hello Almudena,
Thank you for bringing out attention to this issue and apologizes for the inconvenience with the samples! We have noticed that our last release did include more scripts than needed. By deleting the old samples and redownloading the samples now, you should be able to get them up and running. Remember that those samples rely on unity XR and Unity XR Interaction Toolkit to get tracking and controllers working.
If you are interested in a sample on how to write data in a csv format I can give you some pointers while we work to include this on the samples.
Thank you!
-
Hi Sergi, I reloaded the samples and the errors dissparead, but I still have some scripts missing on GameObjects (as Glia XR Rig and XR Interaction Manager), but maybe that is because of the Unity XR interaction toolkit. On the other hand, It would be nice to have those tips.
1 -
Hello,
Yes, missing game objects are due to the Unity XR Interaction toolkit missing. Also linking here the how to write data on a file thread for anyone interested.
Thank you!
0
Please sign in to leave a comment.
Comments
3 comments