HiddenMonk / Unity3DRuntimeTransformGizmo

A runtime transform gizmo similar to unitys editor so you can translate (move, rotate, scale) objects at runtime.
MIT License
703 stars 129 forks source link

VR Support? #9

Open satputerohan opened 5 years ago

satputerohan commented 5 years ago

Hi,

I'd like to know if it can work with VR (Oculus, VIVE and WaveSDK) and if you have any pointers for me if it doesn't have the capability now. I'll try to work it out and might provide you a PR if you're interested in extending this further.

HiddenMonk commented 5 years ago

I dont know anything about VR in unity, so I have no idea if this works with VR D=. I am not really interested in adding a lot more than there already is in here, so if adding VR is a lot than I prob dont want it. The only thing I am really thinking of adding is maybe the 2D Rect transform stuff, but thats prob not anytime soon either.

fueldown commented 5 years ago

Perhaps I wasn't clear on this. I will do the VR support and send you a pull request if you want to include me as a collaborator. I have forked the project already. I just might have occasional questions here and there about the inner workings of your code.

HiddenMonk commented 5 years ago

ill try and help answer any questions =), however, if the vr code you do is a lot, then i probably wont merge it since I dont want to have to manage it or worry about bugs etc... would also probably be hard to manage vr stuff when i dont have vr headsets to test things T.T Ill keep this case open though so people can more easily see that you might have it in your fork.

fcagnetta commented 5 years ago

Any news about this?

satputerohan commented 5 years ago

Hi @fcagnetta, I did manage to get this working on Oculus Go and Vive Focus, but I have made some heavy changes to the current code to suite this. I can separate my internal code and release the fork publicly, but it might take some time as I will be very busy until 15th Dec. I'll get to it then. Thanks.

Sarath-shell commented 4 years ago

hi @satputerohan im currently using this asset in my vr project. Could you help how you would make it work in VR as well

XxMohammadMBxX commented 1 year ago

Hi @fcagnetta, I did manage to get this working on Oculus Go and Vive Focus, but I have made some heavy changes to the current code to suit this. I can separate my internal code and release the fork publicly, but it might take some time as I will be very busy until 15th Dec. I'll get to it then. Thanks.

Hi, can you post it please, or how you did do it?

XxMohammadMBxX commented 1 year ago

I got a problem the transform gizmo is only rendering on the right eye

XxMohammadMBxX commented 1 year ago

I got a problem the transform gizmo is only rendering on the right eye

Fixed by not using post processing.