Jump to content

JCSegula

Verified Members
  • Posts

    29
  • Joined

  • Last visited

Reputation

6 Neutral

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Take a look at this topic, to see if it helps 😄
  2. The way i used the camera was with the SRWORKS SDK. The See through mode is the one you are looking for. Is not the only way, but is the best way to do it.
  3. I also remembered this topic: https://blogs.unity3d.com/2017/06/16/codesnippets-toggle-vives-front-facing-camera-and-tron-mode-at-run-time/
  4. I will go as brute and ignorant as i am... (hope someone cleaner and expert can throw a stone at my face) Ignore this if you feel im wrong, i am probably wrong. -------------------------------------------------------------------- I think the "normal" way to check this is doing a re-pair in SteamVR menu -> Devices -> Pair Controller. But i think you had tried this already. Check your PC too: PC settings -> PC and Devices -> Bluetooth . There check that HTC BS and HTC BS XXXXX and make sure both are paired. Other way i would go is resetting the controller via holding buttons and pluggin into the PC. Or try a different USB plug. And if not... try to have all the controllers and drivers up to date. I dont have any more ideas. So i would say here "Yep, its a hardware problem" :)
  5. See if this helps: https://github.com/ValveSoftware/steamvr_unity_plugin/issues/20
  6. As far as i know, (and is not very much in this topic) you can use this: Valve.VR.OpenVR.Chaperone.ForceBoundsVisible(true) Anyway, I remember i read something about it on Unity Blog: https://blogs.unity3d.com/2017/06/16/codesnippets-toggle-vives-front-facing-camera-and-tron-mode-at-run-time/ Hope it helps a little 😄
  7. Ok, so i think i got to understand a little why it was happening: Unity script folders compiles at different times so, i think my problem was this. As they don´t compile at the same time, the scripts from one folder didnt recognize the ones from the other. And viceversa. So the solution was to move my own script folder into the steamVr scripts folder, so that way i couldnt work without any new trouble.
  8. Go ahead and ask! Hope Vive community is able to help!
  9. Anyone? Im trying to "circumvent" the problem, but it still exists. 😞 @Dario
  10. Good morning people, I´m having some troubles when developing with SteamVR and HTC Vive Pro. Im using Unity as my engine to make a VR simulator. The thing is that i´ve been working on the same project for some time, and i hadn´t got any problems until now. I had added some variables inside the SteamVR "hand" script so i would be able to interact with some items on my scene. And now, i cant understand why, im unable to access my own scripts from there. So, if i try to add a new `public MyOwnScript ScriptName´ it says that it doesnt exist. It happens with all my own scripts, not with one. Its not a problem of namespaces, or usings, neither a problem on the name spelling. They are public, monobehaviour. I tried to reset the libraries, and also the csproj. I tried to delete meta files and cache folders. I tried even to reimport steamVr. I dont know if its a matter of folders, cause if i try to add the same scripts into my own scripts there arent any problem. Or if i try to add the steamVR scripts inside the hand script, it hasnt got any problem. But i cant do it between them. Is it normal? Is it just me? I hope i was able to explain my errors correctly. And i hope that you can help me. Thanks in advance.
  11. Did you try to change fbx units? I mean, if the item you are working with is extremely huge, you probably have a scale factor issue. -> https://docs.unity3d.com/Manual/class-FBXImporter.html Go to the fbx and in the model import, check the import units. if it´s 1, try to write down a 100. Or try a number so you can change the scale to a normal one. Then, if you need to change local scale to 1.5 because you have to make minor changes, then you should be able to work in unity as usual Hope this helps. But to be honest i dont really understand what you are trying to achieve :S
  12. You could also check the units on the fbx import settings. If you set those to anything smaller then you could keep your scale at 1. Always keep in mind that, in Unity, a unit is 1m in an object with scale of 1, 1, 1.
  13. If you change to another scene, then go back to that scene, the layers will be created and working. Its all about a pop window that doesnt close. Anyway, i think the best Unity is always the last ltd, unless you want a new one because any feature. But ltd versions are the more stable. That´s my opinion, ofc theres no better version to use.
  14. I would suggest to use the SRWorks SDK see through mode just to check if it gets any better. I found it very different using or not using it.
×
×
  • Create New...