How to represent hand prefab with SteamVR using Photon (unity)?AI characters in Unity with Photon ViewPhoton Prefab InstantiationHow to spawn an object by instantiating its prefab via photon unity network - unity 3dHow to design an offline multiplayer game using Photon Unity NetworkingHow to let a camera follow a rolling ball with photon in unityHow to spawn multiplayer user at fixed loaction in unity using photon?How to synchronize projectiles with Photon in Unity3DPhoton in Unity is instantiating two players for seemingly no reasonNetwork architecture for a MOBA with Photon Unity NetworkingUnity Photon Player Instantiation
GPIO and Python - GPIO.output() not working
Does optical correction here give more aesthetic look to logo?
Is the Gungan military rank of Bombad General roughly equivalent in stature to General in other militaries?
Could the crash sites of the Apollo 11 and 16 LMs be seen by the LRO?
How do I define this subset using mathematical notation?
Why does the autopilot disengage even when it does not receive pilot input?
Possible isometry groups of open manifolds
Will it hurt my career to work as a graphic designer in a startup for beauty and skin care?
Is this more than a packing puzzle?
Bob's unnecessary trip to the shops
Does entangle require vegetation?
How would someone destroy a black hole that’s at the centre of a planet?
Are villager price increases due to killing them temporary?
Are there any double stars that I can actually see orbit each other?
Doing research in academia and not liking competition
Meaning of slash chord without anything left of the slash
Why hasn't the U.S. government paid war reparations to any country it attacked?
Book or series about stones and a magician named Gwydion
Back to the nineties!
I quit, and boss offered me 3 month "grace period" where I could still come back
Ragged justification of captions depending on odd/even page
How to draw a gif with expanding circles that reveal lines connecting a non-centered point to the expanding circle using Tikz
Can I activate an iPhone without an Apple ID?
Won 50K! Now what should I do with it
How to represent hand prefab with SteamVR using Photon (unity)?
AI characters in Unity with Photon ViewPhoton Prefab InstantiationHow to spawn an object by instantiating its prefab via photon unity network - unity 3dHow to design an offline multiplayer game using Photon Unity NetworkingHow to let a camera follow a rolling ball with photon in unityHow to spawn multiplayer user at fixed loaction in unity using photon?How to synchronize projectiles with Photon in Unity3DPhoton in Unity is instantiating two players for seemingly no reasonNetwork architecture for a MOBA with Photon Unity NetworkingUnity Photon Player Instantiation
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm working on a multiplayer project in unity, and I have set up the Player prefab with final IK. I'm using SteamVr and it has its own way to represent hand and finger position. I am wondering if there is a way to synchronize it with Photon.
unity3d networking virtual-reality photon
add a comment |
I'm working on a multiplayer project in unity, and I have set up the Player prefab with final IK. I'm using SteamVr and it has its own way to represent hand and finger position. I am wondering if there is a way to synchronize it with Photon.
unity3d networking virtual-reality photon
We did it once using our own animated hand model (from Blender) and synchronized the hand states manually like thumb up/touch/down/trigger etc
– derHugo
Mar 26 at 7:05
Bump..................
– David Shnaiderov
Apr 6 at 18:54
add a comment |
I'm working on a multiplayer project in unity, and I have set up the Player prefab with final IK. I'm using SteamVr and it has its own way to represent hand and finger position. I am wondering if there is a way to synchronize it with Photon.
unity3d networking virtual-reality photon
I'm working on a multiplayer project in unity, and I have set up the Player prefab with final IK. I'm using SteamVr and it has its own way to represent hand and finger position. I am wondering if there is a way to synchronize it with Photon.
unity3d networking virtual-reality photon
unity3d networking virtual-reality photon
asked Mar 26 at 6:28
David ShnaiderovDavid Shnaiderov
61 bronze badge
61 bronze badge
We did it once using our own animated hand model (from Blender) and synchronized the hand states manually like thumb up/touch/down/trigger etc
– derHugo
Mar 26 at 7:05
Bump..................
– David Shnaiderov
Apr 6 at 18:54
add a comment |
We did it once using our own animated hand model (from Blender) and synchronized the hand states manually like thumb up/touch/down/trigger etc
– derHugo
Mar 26 at 7:05
Bump..................
– David Shnaiderov
Apr 6 at 18:54
We did it once using our own animated hand model (from Blender) and synchronized the hand states manually like thumb up/touch/down/trigger etc
– derHugo
Mar 26 at 7:05
We did it once using our own animated hand model (from Blender) and synchronized the hand states manually like thumb up/touch/down/trigger etc
– derHugo
Mar 26 at 7:05
Bump..................
– David Shnaiderov
Apr 6 at 18:54
Bump..................
– David Shnaiderov
Apr 6 at 18:54
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55351007%2fhow-to-represent-hand-prefab-with-steamvr-using-photon-unity%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55351007%2fhow-to-represent-hand-prefab-with-steamvr-using-photon-unity%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
We did it once using our own animated hand model (from Blender) and synchronized the hand states manually like thumb up/touch/down/trigger etc
– derHugo
Mar 26 at 7:05
Bump..................
– David Shnaiderov
Apr 6 at 18:54