ultraleap / UnityPlugin

Ultraleap SDK for Unity.
https://docs.ultraleap.com/unity-api/
Apache License 2.0
523 stars 168 forks source link

how to share the project done in unity with leap motion sensor to end users? #770

Closed aishu5 closed 7 years ago

aishu5 commented 7 years ago

I'm doing a project using leap motion sensor. It works only if it is connected to pc. If I want to share my project with end users how can I share ?if my end user build it as WebGL in their pc using cloud build and connects leap will it work? or is there any other way? to do this

Amarcolina commented 7 years ago

The only supported build platform right now is a Windows standalone build. WebGL is not supported currently, and there are no plans in the works to support it AFAIK. If you do build a windows standalone build, your users should be able to access leap motion data easily as long as they have the leap device plugged into their computer and have the correct leap runtime installed and running.

aishu5 commented 7 years ago

Thank you so much for replying !! I am doing a project using leap motion to assemble a model of a product using unity. I tried searching tutorials based on this but I don't get any thing. Can you suggest me any GitHub profile or tutorials as reference of how to do it please do reply.

On 06-Jul-2017 12:58 am, "Alex Marcolina" notifications@github.com wrote:

The only supported build platform right now is a Windows standalone build. WebGL is not supported currently, and there are no plans in the works to support it AFAIK. If you do build a windows standalone build, your users should be able to access leap motion data easily as long as they have the leap device plugged into their computer and have the correct leap runtime installed and running.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/leapmotion/UnityModules/issues/770#issuecomment-313202663, or mute the thread https://github.com/notifications/unsubscribe-auth/ALXNJcvkAZ7vUbBhE_IhkYpH7NB_LFyvks5sK-PtgaJpZM4OOMEw .

Amarcolina commented 7 years ago

It depends on exactly what you are trying to do. Can you explain in more detail what you are trying to accomplish ?

aishu5 commented 7 years ago

https://m.youtube.com/watch?v=oKqtkBfPB3k

I want to build something like the above link. By using leap the user has to assemble things and also able to disassemble it.

On 06-Jul-2017 1:58 am, "Alex Marcolina" notifications@github.com wrote:

It depends on exactly what you are trying to do. Can you explain in more detail what you are trying to accomplish ?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/leapmotion/UnityModules/issues/770#issuecomment-313217471, or mute the thread https://github.com/notifications/unsubscribe-auth/ALXNJXgO8QL1MFOIgUfpc4r_JkACiesDks5sK_HsgaJpZM4OOMEw .

Amarcolina commented 7 years ago

In terms of how to grab and move pieces around, you can use our Interaction Engine to accomplish this.

In terms of how to actually have pieces snap together and build a model, that is unfortunately a little out of the scope of working with the leap, as it is just a regular problem that you might run into while making a game/demo. I don't have any tutorials on-hand that could help with such a task unfortunately.

aishu5 commented 7 years ago

Yea! Okei thank you! One more last doubt. Actually customer wants the project in vr. If I share the project as standalone aNd they connect leap in their system. Ter is a option in leap to connect it to mobile and put the phone inside Google cardboard. Can you explain how to do this? Because they want the application in vr with leap.

On 06-Jul-2017 2:17 am, "Alex Marcolina" notifications@github.com wrote:

In terms of how to grab and move pieces around, you can use our Interaction Engine https://github.com/leapmotion/UnityModules/wiki/Interaction-Engine to accomplish this.

In terms of how to actually have pieces snap together and build a model, that is unfortunately a little out of the scope of working with the leap, as it is just a regular problem that you might run into while making a game/demo. I don't have any tutorials on-hand that could help with such a task unfortunately.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/leapmotion/UnityModules/issues/770#issuecomment-313222145, or mute the thread https://github.com/notifications/unsubscribe-auth/ALXNJTioGZMReiQ2hbVHechOxmig5fV9ks5sK_ZegaJpZM4OOMEw .

Amarcolina commented 7 years ago

The only VR modes that are currently supported are PC based vr devices, such as the Oculus or the Vive. Cardboard and other mobile devices do not have VR supported for the Leap Motion right now.

vabrador commented 7 years ago

Closing. This isn't really the place for project advice; I would recommend checking out the communty site https://community.leapmotion.com/c/development instead.