Jump to content

JCSegula

Verified Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by JCSegula

  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.
  15. Good morning. I finally made Handtracking SDK work. I was quite happy with it. I added the SRWorks SDK too in the see-though mode, and... awsome! the hand tracking even got better results. But even with that, the rendered hands are always shaking a lot. What are the possible causes of this shaking? Is anything i can do to improve its behaviour? Im trying to do precise works as clicking 3D spatial buttons and its a little difficult with the hand shaking all the time. Anyway, is an awsome work. Thanks for these SDKs.
  16. @Tony PH Lin Whats the thing with the beta SDK? I mean, i also have problems with my GPU. I can put the see through mode and also the visual effects. Even portal work. But if i check the depth mark, then it crashes. Do you think that the beta sdk would help?
  17. Do what LordVetinari said, Change Vector3 relativeAngle = new Vector3(0f, 0f, 0f); Vector3 absoluteAngle = new Vector3(0f, 0f, 0f); (Be aware that this var are on the bottom part, the ones called in the top part have the first letter cap) Then search for registry in the code and comment all the lanes that contains it. ----- That should solve it, at least i made it work.
  18. Np you're welcome 🙂
  19. If i understood your question, yes. Select the folder you want to pack, then use Assets - > Export Package. And after that you would be able to import it again in other project. Be sure you also use bindings.
  20. @zzy Hi Zzy. I have some questions about all of this thread. 1.- Is SRWorks the only way to create a Mixed Reality in which you can place your virtual hands or any other virtual object with your real background? 2.- I was confused because i can see the controllers when i activate the front camera in the vive pro with the double click on the controller button (not the SRWorks see-through mode). So i thought, if controllers can be shown why cant i place any other virtual button? Is it, maybe, because controller own tracking? 3.- The main question is, how can i achieve this with HTC? -> Photo
  21. Hi zzy Just for your interest, I'm begining to think is a problem of the Pc itself. But i don't know what could be the difference between both Pcs, so only one of them can build.
  22. Hi, you should try to ask in the specific developers forum: https://forum.vive.com/forum/73-vive-hand-tracking-sdk/ You should also look for the steamVr camera setup to check if its working (https://developer.viveport.com/documents/sdk/en/misc/steamvr.html) and if you are using 2019.3.0, i know its having some problems.
  23. Are you using a headset? Had you tried to parent the camera inside another gameobject ?
×
×
  • Create New...