Skip to content

Commit b10a0e2

Browse files
committed
7.1.1 - Added the component and a disclaimer to the MA Prefab.
1 parent d2ede33 commit b10a0e2

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

Data/BUDDYWORKS Poses Extension [MA].prefab

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ GameObject:
99
serializedVersion: 6
1010
m_Component:
1111
- component: {fileID: 5428970774099241940}
12+
- component: {fileID: 6453785692053526507}
1213
- component: {fileID: 4773419415666039433}
1314
- component: {fileID: 989489365945623101}
1415
- component: {fileID: 4648410354979069021}
@@ -34,6 +35,31 @@ Transform:
3435
m_Children: []
3536
m_Father: {fileID: 0}
3637
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
38+
--- !u!114 &6453785692053526507
39+
MonoBehaviour:
40+
m_ObjectHideFlags: 0
41+
m_CorrespondingSourceObject: {fileID: 0}
42+
m_PrefabInstance: {fileID: 0}
43+
m_PrefabAsset: {fileID: 0}
44+
m_GameObject: {fileID: 1345690024409448781}
45+
m_Enabled: 1
46+
m_EditorHideFlags: 0
47+
m_Script: {fileID: 11500000, guid: df58f6a6e612d234396cce2b08210871, type: 3}
48+
m_Name:
49+
m_EditorClassIdentifier:
50+
_syncMirror: 1
51+
_syncHeight: 1
52+
_syncViewAdjustGroup: 0
53+
_syncHandAdjustGroup: 0
54+
_syncHeadAdjustGroup: 0
55+
_syncTiltAdjustGroup: 0
56+
_syncOffsetAdjustGroup: 0
57+
_customPose: {fileID: 0}
58+
_customDanceA: {fileID: 0}
59+
_customDanceB: {fileID: 0}
60+
_customDanceC: {fileID: 0}
61+
_heightAdjustMultiplier: 1
62+
_viewAdjustSensitivity: 1
3763
--- !u!114 &4773419415666039433
3864
MonoBehaviour:
3965
m_ObjectHideFlags: 0

Scripts/Editor/BUDDYWORKS.PosesExtension.Component.Editor.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ private void DrawSyncTab()
9898
GUILayout.BeginVertical();
9999

100100
GUILayout.Label("Select which features are synced to other players.", EditorStyles.boldLabel);
101+
GUILayout.Label("Note that this will not work with the Modular Avatar prefab!", EditorStyles.boldLabel);
101102
Rect r = EditorGUILayout.GetControlRect(false, 1, new GUIStyle() { margin = new RectOffset(0, 0, 4, 4) });
102103
EditorGUI.DrawRect(r, Color.gray);
103104

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "wtf.buddyworks.posesextension",
33
"displayName" : "BUDDYWORKS Poses Extension",
4-
"version" : "7.1.0",
4+
"version" : "7.1.1",
55
"unity" : "2022.3",
66
"description" : "Locomotion-agnostic Poses System for Photography.",
77
"author": {

0 commit comments

Comments
 (0)