Bug fixes

- Fixed bug which cause body to skip around when body offsets were set
- Fixed bug where genital rotations were absolute rather than relative to body orientation
This commit is contained in:
AbstractConcept 2022-09-27 18:29:08 -05:00
parent 0e653f863a
commit 61c6c949d3
70 changed files with 26 additions and 21 deletions

Binary file not shown.

View file

@ -115,7 +115,7 @@ MonoBehaviour:
m_MinSize: {x: 678, y: 492}
m_MaxSize: {x: 14001, y: 14042}
vertical: 0
controlID: 12962
controlID: 1188
--- !u!114 &6
MonoBehaviour:
m_ObjectHideFlags: 52
@ -140,7 +140,7 @@ MonoBehaviour:
m_MinSize: {x: 403, y: 492}
m_MaxSize: {x: 10001, y: 14042}
vertical: 1
controlID: 12963
controlID: 1189
--- !u!114 &7
MonoBehaviour:
m_ObjectHideFlags: 52
@ -165,7 +165,7 @@ MonoBehaviour:
m_MinSize: {x: 403, y: 221}
m_MaxSize: {x: 8003, y: 4021}
vertical: 0
controlID: 12964
controlID: 1190
--- !u!114 &8
MonoBehaviour:
m_ObjectHideFlags: 52
@ -398,7 +398,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: c6a4faffdaa4faff78a5faff9095ffff62fbffff6a3a0000463c0000323d00009a3f0000dc3f0000cc410000
m_ExpandedIDs: e0d2fffff4d2ffff92d3ffff62fbffff
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -1115,9 +1115,9 @@ MonoBehaviour:
m_IsLocked: 0
m_FolderTreeState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 20480000
m_LastClickedID: 18464
m_ExpandedIDs: 00000000fc470000fe4700000048000002480000044800001848000000ca9a3b
m_SelectedIDs: 22480000
m_LastClickedID: 18466
m_ExpandedIDs: 00000000fc470000fe4700000048000002480000044800001a48000000ca9a3b
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:

View file

@ -24,7 +24,7 @@ MonoBehaviour:
m_MinSize: {x: 678, y: 492}
m_MaxSize: {x: 14001, y: 14042}
vertical: 0
controlID: 12636
controlID: 1062
--- !u!114 &2
MonoBehaviour:
m_ObjectHideFlags: 52
@ -141,7 +141,7 @@ MonoBehaviour:
m_MinSize: {x: 403, y: 492}
m_MaxSize: {x: 10001, y: 14042}
vertical: 1
controlID: 12600
controlID: 1063
--- !u!114 &4
MonoBehaviour:
m_ObjectHideFlags: 52
@ -166,7 +166,7 @@ MonoBehaviour:
m_MinSize: {x: 403, y: 221}
m_MaxSize: {x: 8003, y: 4021}
vertical: 0
controlID: 12601
controlID: 1038
--- !u!114 &5
MonoBehaviour:
m_ObjectHideFlags: 52
@ -224,7 +224,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0}
m_SelectedIDs:
m_LastClickedID: 0
m_ExpandedIDs: c6a4faffdaa4faff78a5faff9095ffff62fbffff6a3a0000463c0000323d00009a3f0000dc3f0000cc410000
m_ExpandedIDs: 62fbffff
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:
@ -998,9 +998,9 @@ MonoBehaviour:
m_IsLocked: 0
m_FolderTreeState:
scrollPos: {x: 0, y: 0}
m_SelectedIDs: 20480000
m_LastClickedID: 18464
m_ExpandedIDs: 00000000fc470000fe4700000048000002480000044800001848000000ca9a3b
m_SelectedIDs: 22480000
m_LastClickedID: 18466
m_ExpandedIDs: 00000000fc470000fe4700000048000002480000044800001a48000000ca9a3b
m_RenameOverlay:
m_UserAcceptedRename: 0
m_Name:

Binary file not shown.

View file

@ -37,7 +37,6 @@ ScriptsOnlyBuild:
- UnityEditor.U2D.Animation.BoneGizmo
Unity.2D.Tilemap.Editor.dll:
- UnityEditor.Tilemaps.GridBrush
- UnityEditor.Tilemaps.GridBrushEditor
- UnityEditor.Tilemaps.GridPaintPaletteClipboard
- UnityEditor.Tilemaps.GridPaintPaletteWindow
- UnityEditor.Tilemaps.GridPaintingState

Binary file not shown.