81 Commits

Author SHA1 Message Date
59f4add2ac Code improvement 2022-06-03 17:28:19 +02:00
219f2f987c Fix missing GetSensorComponent when UnityXR is disabled 2022-06-03 17:08:34 +02:00
998683a881 Code improvement 2022-06-03 17:02:05 +02:00
03948b8b01 Update Documentation 2022-06-03 15:35:19 +02:00
1f1e26615c Documentation update 2022-06-03 15:17:00 +02:00
eeb0009545 Vive Tracker support
Removed readme
2022-06-01 16:54:16 +02:00
59558c09e3 Added teleporter documentation 2022-05-25 17:58:55 +02:00
d476b2c269 Added missing stuff 2022-05-23 17:07:43 +02:00
c252ba8b51 Renamed HumanoidFree folder to HumanoidControl 2022-05-23 15:34:44 +02:00
513092ca16 Fix body collisions with static objects 2022-03-28 14:53:42 +02:00
550cc04519 Fix head collision fader 2022-03-28 14:26:45 +02:00
a7bdaa081f Fix UnityXR position when humanoid is not on 0,0,0 2022-03-23 09:09:26 +01:00
8a3a2be643 Restore Hand and Body Poses 2022-03-16 14:03:37 +01:00
4648565214 Optional predefined viewId for NetworkObjects 2022-02-25 15:32:28 +01:00
94690b38e1 Fix default avatar loading error 2022-02-25 09:30:53 +01:00
145bb2e8bf Do not disconnect when networking has not been started yet 2022-02-24 16:51:03 +01:00
cb93a3b7f7 Disconnect when leaving a networked Site 2022-02-24 16:38:11 +01:00
6166df3e80 Check if humanoid has an avatar when adding default avatar possession 2022-02-24 15:57:33 +01:00
24a0f22ce1 Fix menu not working after going to site from menu 2022-02-24 15:49:38 +01:00
39cc19df48 Fixed possessionLocation == null serialization problem 2022-02-24 13:46:40 +01:00
58532dda73 Fixed possession caching 2022-02-24 13:20:19 +01:00
9e0911359b Fix possessable path loading from cache 2022-02-23 17:50:32 +01:00
6f760f4a92 Enabled Avatar Possessions 2022-02-23 11:57:36 +01:00
14937d96b9 Fix triggers/option/touchpad input with UnityXR enabled but not tracking 2022-02-23 09:41:39 +01:00
c7c5ab59e6 Fix input not working with UnityXR enabled but not tracking 2022-02-23 09:39:51 +01:00
71085cd6ee Fix unregistered double remote avatars when using local remotes 2022-02-22 17:59:12 +01:00
41409d627d Fixed site menu buttons 2022-02-22 17:49:52 +01:00
4b3bd49242 Fix wrong possessable name determination 2022-02-22 13:38:51 +01:00
075a5d7ba1 Fix loading wrong Possession 2022-02-22 13:32:04 +01:00
7d41944b98 Determine Possessable location only when it is not set yet 2022-02-22 13:12:49 +01:00
8d7142f3b0 Determine possesable siteLocation at scene load 2022-02-22 13:02:26 +01:00
9f7a96187f Make Possessable sitelocation static 2022-02-22 12:38:40 +01:00
04c589dec9 Determine sitelocation for changed avatar possessions 2022-02-21 18:11:54 +01:00
13a48376a3 Fixed error when possessionLocation == null 2022-02-21 17:57:09 +01:00
2c25f7832b Support avatar possession for network instantiate 2022-02-21 17:38:50 +01:00
f60f7a5634 Make possession retrieve cross-platform 2022-02-21 16:53:00 +01:00
c512dd42c3 Fix loading possesable avatar by name 2022-02-21 15:30:32 +01:00
18735e37e2 Fixed HumanoidPlayer singleton not working with Photon PUN 2022-02-18 17:58:23 +01:00
45cd4a16ef Fixes for possessable avatars 2022-02-18 17:42:44 +01:00
d5de37a168 Retrieve possessable avatars 2022-02-18 16:46:15 +01:00
5eec7f1db9 Added character prefabs 2022-02-14 17:52:37 +01:00
9ca6efa569 Fix remote avatar 2022-02-14 15:44:24 +01:00
c3470fc005 Moved MakeHuman to Resources for networking, enabled isRemote on RemoteHumanoid
Fixed avatarPrefabName when no remove Avatar is given.
2022-02-08 15:35:56 +01:00
bf42b39a7b Added MakeHuman character and set it to default Humanoid.prefab 2022-02-08 15:23:52 +01:00
ca5ccb9057 Fixed NetworkingStarter missing script 2022-02-08 15:20:46 +01:00
75f8a50009 Added EmptyCharacter.prefab 2022-02-08 15:16:52 +01:00
5f38cf7a00 Added EmptyCharacter.prefab to Humanoid.prefab 2022-02-08 14:52:52 +01:00
d1b428597b Fixed RemoteHumanoid.prefab 2022-02-08 14:20:43 +01:00
5d8e3fbcb7 Added checks on the existence of a target rig 2022-02-08 14:17:22 +01:00
84b75d5750 Fixed controller input settings in Humanoid.prefab 2022-02-07 15:36:53 +01:00