Skip to content

Commit

Permalink
Added helper function to get center point between all active players …
Browse files Browse the repository at this point in the history
…(avatars)
  • Loading branch information
jemmec committed Feb 28, 2022
1 parent 613502e commit e5d2b12
Show file tree
Hide file tree
Showing 15 changed files with 3,179 additions and 6,432 deletions.
2,380 changes: 314 additions & 2,066 deletions Assets/CoReality/Examples/2 Hololens Avatars/2 Hololens Avatars.unity

Large diffs are not rendered by default.

2,030 changes: 139 additions & 1,891 deletions Assets/CoReality/Examples/3 Desktop Hololens Mode/3.3 Hololens.unity

Large diffs are not rendered by default.

3,160 changes: 719 additions & 2,441 deletions Assets/CoReality/Examples/4 Hololens Mini Me/4 Hololens Mini Me.unity

Large diffs are not rendered by default.

50 changes: 49 additions & 1 deletion Assets/CoReality/Prefabs/AvatarModule.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,52 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 5b5625c737dd53549b6e137970e01a88, type: 3}
m_Name:
m_EditorClassIdentifier:
_enableHands: 0
_holoAvatarPrefab: {fileID: 1903999165951379408, guid: 9de9b658f8438eb4ba2558fa58be17b2,
type: 3}
_defaultHandMaterial: {fileID: 2100000, guid: 00507b2f91f06a848a6aae5b479b33e8,
type: 2}
_randomAdjectives:
- Mighty
- Tiny
- Brave
- Plain
- Chilly
- Basic
- Crazy
- Calm
- Untidy
- Gentle
- Keen
- Quiet
- Vague
- Rare
- Jolly
_randomNouns:
- Cupboard
- Kettle
- Lion
- Avalanche
- Apple
- Seaweed
- Rabbit
- Archer
- Expert
- Shoes
- Guitar
- Shadow
- Calculator
- Texture
- Force
_randomColors:
- {r: 1, g: 0, b: 0, a: 1}
- {r: 1, g: 0.92156863, b: 0.015686275, a: 1}
- {r: 0, g: 1, b: 0, a: 1}
- {r: 0, g: 0, b: 1, a: 1}
- {r: 0, g: 1, b: 1, a: 1}
- {r: 1, g: 0, b: 1, a: 1}
_onAvatarCreated:
m_PersistentCalls:
m_Calls: []
_onAvatarDestroyed:
m_PersistentCalls:
m_Calls: []
1 change: 1 addition & 0 deletions Assets/CoReality/Prefabs/MRTKHands/MRTKHandLeft.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 1453345faa52baf428077a24908ebec3, type: 3}
m_Name:
m_EditorClassIdentifier:
MeshRenderer: {fileID: 705926914935427299}
Handedness: 1
Root: {fileID: 705926914946761199}
Wrist: {fileID: 705926914946761199}
Expand Down
1 change: 1 addition & 0 deletions Assets/CoReality/Prefabs/MRTKHands/MRTKHandRight.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 1453345faa52baf428077a24908ebec3, type: 3}
m_Name:
m_EditorClassIdentifier:
MeshRenderer: {fileID: 8178360485944634701}
Handedness: 2
Root: {fileID: 8178360485931203649}
Wrist: {fileID: 8178360485931203649}
Expand Down
Loading

0 comments on commit e5d2b12

Please sign in to comment.