- ACME Crimenet Computer's pickups now sync and spawn correctly.
- Video Music Clue camera anchor now syncs attachments properly. - Fixed painting on the door jamb in the engineering room.
This commit is contained in:
parent
9f7f2ea92f
commit
7b22f71a54
@ -477,6 +477,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -513,6 +517,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -1359,6 +1367,10 @@
|
|||||||
<Project>{F7161389-AE46-A707-AE04-38B99CD75559}</Project>
|
<Project>{F7161389-AE46-A707-AE04-38B99CD75559}</Project>
|
||||||
<Name>VRC.SDKBase.Editor.ShaderStripping</Name>
|
<Name>VRC.SDKBase.Editor.ShaderStripping</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
|
<ProjectReference Include="DOTween.Modules.csproj">
|
||||||
|
<Project>{A667D300-9154-9983-79E7-CBBF8CD2F581}</Project>
|
||||||
|
<Name>DOTween.Modules</Name>
|
||||||
|
</ProjectReference>
|
||||||
<ProjectReference Include="VRC.SDKBase.csproj">
|
<ProjectReference Include="VRC.SDKBase.csproj">
|
||||||
<Project>{85AD6C13-67F3-91E5-7E2D-4A7A350F6D9D}</Project>
|
<Project>{85AD6C13-67F3-91E5-7E2D-4A7A350F6D9D}</Project>
|
||||||
<Name>VRC.SDKBase</Name>
|
<Name>VRC.SDKBase</Name>
|
||||||
|
|||||||
@ -608,6 +608,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.SDK3.Dynamics.Constraint.dll</HintPath>
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.SDK3.Dynamics.Constraint.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.SDK3.Dynamics.PhysBone">
|
<Reference Include="VRC.SDK3.Dynamics.PhysBone">
|
||||||
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.SDK3.Dynamics.PhysBone.dll</HintPath>
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.SDK3.Dynamics.PhysBone.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -1402,6 +1406,10 @@
|
|||||||
<Project>{F7161389-AE46-A707-AE04-38B99CD75559}</Project>
|
<Project>{F7161389-AE46-A707-AE04-38B99CD75559}</Project>
|
||||||
<Name>VRC.SDKBase.Editor.ShaderStripping</Name>
|
<Name>VRC.SDKBase.Editor.ShaderStripping</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
|
<ProjectReference Include="DOTween.Modules.csproj">
|
||||||
|
<Project>{A667D300-9154-9983-79E7-CBBF8CD2F581}</Project>
|
||||||
|
<Name>DOTween.Modules</Name>
|
||||||
|
</ProjectReference>
|
||||||
<ProjectReference Include="VRC.SDKBase.csproj">
|
<ProjectReference Include="VRC.SDKBase.csproj">
|
||||||
<Project>{85AD6C13-67F3-91E5-7E2D-4A7A350F6D9D}</Project>
|
<Project>{85AD6C13-67F3-91E5-7E2D-4A7A350F6D9D}</Project>
|
||||||
<Name>VRC.SDKBase</Name>
|
<Name>VRC.SDKBase</Name>
|
||||||
|
|||||||
@ -34,10 +34,10 @@ AnimationClip:
|
|||||||
m_PostInfinity: 2
|
m_PostInfinity: 2
|
||||||
m_RotationOrder: 4
|
m_RotationOrder: 4
|
||||||
attribute: m_IsActive
|
attribute: m_IsActive
|
||||||
path: SM_Skateboard
|
path: SM_Skateboard/Skateboard Model
|
||||||
classID: 1
|
classID: 1
|
||||||
script: {fileID: 0}
|
script: {fileID: 0}
|
||||||
flags: 0
|
flags: 16
|
||||||
m_PPtrCurves: []
|
m_PPtrCurves: []
|
||||||
m_SampleRate: 60
|
m_SampleRate: 60
|
||||||
m_WrapMode: 0
|
m_WrapMode: 0
|
||||||
@ -47,7 +47,7 @@ AnimationClip:
|
|||||||
m_ClipBindingConstant:
|
m_ClipBindingConstant:
|
||||||
genericBindings:
|
genericBindings:
|
||||||
- serializedVersion: 2
|
- serializedVersion: 2
|
||||||
path: 2961225309
|
path: 1646165447
|
||||||
attribute: 2086281974
|
attribute: 2086281974
|
||||||
script: {fileID: 0}
|
script: {fileID: 0}
|
||||||
typeID: 1
|
typeID: 1
|
||||||
@ -94,10 +94,10 @@ AnimationClip:
|
|||||||
m_PostInfinity: 2
|
m_PostInfinity: 2
|
||||||
m_RotationOrder: 4
|
m_RotationOrder: 4
|
||||||
attribute: m_IsActive
|
attribute: m_IsActive
|
||||||
path: SM_Skateboard
|
path: SM_Skateboard/Skateboard Model
|
||||||
classID: 1
|
classID: 1
|
||||||
script: {fileID: 0}
|
script: {fileID: 0}
|
||||||
flags: 0
|
flags: 16
|
||||||
m_EulerEditorCurves: []
|
m_EulerEditorCurves: []
|
||||||
m_HasGenericRootTransform: 0
|
m_HasGenericRootTransform: 0
|
||||||
m_HasMotionFloatCurves: 0
|
m_HasMotionFloatCurves: 0
|
||||||
|
|||||||
@ -55,14 +55,23 @@ AnimationClip:
|
|||||||
weightedMode: 0
|
weightedMode: 0
|
||||||
inWeight: 0
|
inWeight: 0
|
||||||
outWeight: 0
|
outWeight: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
time: 1.6666666
|
||||||
|
value: 1
|
||||||
|
inSlope: Infinity
|
||||||
|
outSlope: Infinity
|
||||||
|
tangentMode: 103
|
||||||
|
weightedMode: 0
|
||||||
|
inWeight: 0
|
||||||
|
outWeight: 0
|
||||||
m_PreInfinity: 2
|
m_PreInfinity: 2
|
||||||
m_PostInfinity: 2
|
m_PostInfinity: 2
|
||||||
m_RotationOrder: 4
|
m_RotationOrder: 4
|
||||||
attribute: m_IsActive
|
attribute: m_IsActive
|
||||||
path: SM_Skateboard
|
path: SM_Skateboard/Skateboard Model
|
||||||
classID: 1
|
classID: 1
|
||||||
script: {fileID: 0}
|
script: {fileID: 0}
|
||||||
flags: 0
|
flags: 16
|
||||||
m_PPtrCurves: []
|
m_PPtrCurves: []
|
||||||
m_SampleRate: 60
|
m_SampleRate: 60
|
||||||
m_WrapMode: 0
|
m_WrapMode: 0
|
||||||
@ -81,7 +90,7 @@ AnimationClip:
|
|||||||
isIntCurve: 0
|
isIntCurve: 0
|
||||||
isSerializeReferenceCurve: 0
|
isSerializeReferenceCurve: 0
|
||||||
- serializedVersion: 2
|
- serializedVersion: 2
|
||||||
path: 2961225309
|
path: 1646165447
|
||||||
attribute: 2086281974
|
attribute: 2086281974
|
||||||
script: {fileID: 0}
|
script: {fileID: 0}
|
||||||
typeID: 1
|
typeID: 1
|
||||||
@ -111,27 +120,6 @@ AnimationClip:
|
|||||||
m_HeightFromFeet: 0
|
m_HeightFromFeet: 0
|
||||||
m_Mirror: 0
|
m_Mirror: 0
|
||||||
m_EditorCurves:
|
m_EditorCurves:
|
||||||
- serializedVersion: 2
|
|
||||||
curve:
|
|
||||||
serializedVersion: 2
|
|
||||||
m_Curve:
|
|
||||||
- serializedVersion: 3
|
|
||||||
time: 0
|
|
||||||
value: 1
|
|
||||||
inSlope: Infinity
|
|
||||||
outSlope: Infinity
|
|
||||||
tangentMode: 103
|
|
||||||
weightedMode: 0
|
|
||||||
inWeight: 0
|
|
||||||
outWeight: 0
|
|
||||||
m_PreInfinity: 2
|
|
||||||
m_PostInfinity: 2
|
|
||||||
m_RotationOrder: 4
|
|
||||||
attribute: m_IsActive
|
|
||||||
path: SM_Skateboard
|
|
||||||
classID: 1
|
|
||||||
script: {fileID: 0}
|
|
||||||
flags: 0
|
|
||||||
- serializedVersion: 2
|
- serializedVersion: 2
|
||||||
curve:
|
curve:
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
@ -222,6 +210,36 @@ AnimationClip:
|
|||||||
classID: 4
|
classID: 4
|
||||||
script: {fileID: 0}
|
script: {fileID: 0}
|
||||||
flags: 0
|
flags: 0
|
||||||
|
- serializedVersion: 2
|
||||||
|
curve:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Curve:
|
||||||
|
- serializedVersion: 3
|
||||||
|
time: 0
|
||||||
|
value: 1
|
||||||
|
inSlope: Infinity
|
||||||
|
outSlope: Infinity
|
||||||
|
tangentMode: 103
|
||||||
|
weightedMode: 0
|
||||||
|
inWeight: 0
|
||||||
|
outWeight: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
time: 1.6666666
|
||||||
|
value: 1
|
||||||
|
inSlope: Infinity
|
||||||
|
outSlope: Infinity
|
||||||
|
tangentMode: 103
|
||||||
|
weightedMode: 0
|
||||||
|
inWeight: 0
|
||||||
|
outWeight: 0
|
||||||
|
m_PreInfinity: 2
|
||||||
|
m_PostInfinity: 2
|
||||||
|
m_RotationOrder: 4
|
||||||
|
attribute: m_IsActive
|
||||||
|
path: SM_Skateboard/Skateboard Model
|
||||||
|
classID: 1
|
||||||
|
script: {fileID: 0}
|
||||||
|
flags: 16
|
||||||
m_EulerEditorCurves: []
|
m_EulerEditorCurves: []
|
||||||
m_HasGenericRootTransform: 0
|
m_HasGenericRootTransform: 0
|
||||||
m_HasMotionFloatCurves: 0
|
m_HasMotionFloatCurves: 0
|
||||||
|
|||||||
@ -32,10 +32,10 @@ RectTransform:
|
|||||||
m_Children: []
|
m_Children: []
|
||||||
m_Father: {fileID: 1536226202226680415}
|
m_Father: {fileID: 1536226202226680415}
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
m_AnchorMin: {x: 0, y: 0}
|
m_AnchorMin: {x: 0, y: 1}
|
||||||
m_AnchorMax: {x: 0, y: 0}
|
m_AnchorMax: {x: 0, y: 1}
|
||||||
m_AnchoredPosition: {x: 0, y: 0}
|
m_AnchoredPosition: {x: 320, y: -26.22}
|
||||||
m_SizeDelta: {x: 0, y: 52.44}
|
m_SizeDelta: {x: 640, y: 52.44}
|
||||||
m_Pivot: {x: 0.5, y: 0.5}
|
m_Pivot: {x: 0.5, y: 0.5}
|
||||||
--- !u!222 &5249794858879863418
|
--- !u!222 &5249794858879863418
|
||||||
CanvasRenderer:
|
CanvasRenderer:
|
||||||
@ -168,10 +168,10 @@ RectTransform:
|
|||||||
m_Children: []
|
m_Children: []
|
||||||
m_Father: {fileID: 1536226202226680415}
|
m_Father: {fileID: 1536226202226680415}
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
m_AnchorMin: {x: 0, y: 0}
|
m_AnchorMin: {x: 0, y: 1}
|
||||||
m_AnchorMax: {x: 0, y: 0}
|
m_AnchorMax: {x: 0, y: 1}
|
||||||
m_AnchoredPosition: {x: 0, y: 0}
|
m_AnchoredPosition: {x: 320, y: -193}
|
||||||
m_SizeDelta: {x: 0, y: 261.12}
|
m_SizeDelta: {x: 640, y: 261.12}
|
||||||
m_Pivot: {x: 0.5, y: 0.5}
|
m_Pivot: {x: 0.5, y: 0.5}
|
||||||
--- !u!222 &4617982991613254492
|
--- !u!222 &4617982991613254492
|
||||||
CanvasRenderer:
|
CanvasRenderer:
|
||||||
@ -387,7 +387,7 @@ Transform:
|
|||||||
m_LocalScale: {x: 1, y: 1, z: 1}
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
m_ConstrainProportionsScale: 0
|
m_ConstrainProportionsScale: 0
|
||||||
m_Children:
|
m_Children:
|
||||||
- {fileID: 588643223867270423}
|
- {fileID: 7933870476227364200}
|
||||||
m_Father: {fileID: 0}
|
m_Father: {fileID: 0}
|
||||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
--- !u!95 &7023755158255401478
|
--- !u!95 &7023755158255401478
|
||||||
@ -990,13 +990,46 @@ MonoBehaviour:
|
|||||||
serializedPublicVariablesBytesString: Ai8AAAAAATIAAABWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgAuAFUAZABvAG4AVgBhAHIAaQBhAGIAbABlAFQAYQBiAGwAZQAsACAAVgBSAEMALgBVAGQAbwBuAC4AQwBvAG0AbQBvAG4AAAAAAAYBAAAAAAAAACcBBAAAAHQAeQBwAGUAAWgAAABTAHkAcwB0AGUAbQAuAEMAbwBsAGwAZQBjAHQAaQBvAG4AcwAuAEcAZQBuAGUAcgBpAGMALgBMAGkAcwB0AGAAMQBbAFsAVgBSAEMALgBVAGQAbwBuAC4AQwBvAG0AbQBvAG4ALgBJAG4AdABlAHIAZgBhAGMAZQBzAC4ASQBVAGQAbwBuAFYAYQByAGkAYQBiAGwAZQAsACAAVgBSAEMALgBVAGQAbwBuAC4AQwBvAG0AbQBvAG4AXQBdACwAIABtAHMAYwBvAHIAbABpAGIAAQEJAAAAVgBhAHIAaQBhAGIAbABlAHMALwEAAAABaAAAAFMAeQBzAHQAZQBtAC4AQwBvAGwAbABlAGMAdABpAG8AbgBzAC4ARwBlAG4AZQByAGkAYwAuAEwAaQBzAHQAYAAxAFsAWwBWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgAuAEkAbgB0AGUAcgBmAGEAYwBlAHMALgBJAFUAZABvAG4AVgBhAHIAaQBhAGIAbABlACwAIABWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgBdAF0ALAAgAG0AcwBjAG8AcgBsAGkAYgABAAAABgEAAAAAAAAAAi8CAAAAAUkAAABWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgAuAFUAZABvAG4AVgBhAHIAaQBhAGIAbABlAGAAMQBbAFsAUwB5AHMAdABlAG0ALgBJAG4AdAAzADIALAAgAG0AcwBjAG8AcgBsAGkAYgBdAF0ALAAgAFYAUgBDAC4AVQBkAG8AbgAuAEMAbwBtAG0AbwBuAAIAAAAGAgAAAAAAAAAnAQQAAAB0AHkAcABlAAEXAAAAUwB5AHMAdABlAG0ALgBTAHQAcgBpAG4AZwAsACAAbQBzAGMAbwByAGwAaQBiACcBCgAAAFMAeQBtAGIAbwBsAE4AYQBtAGUAAR8AAABfAF8AXwBVAGQAbwBuAFMAaABhAHIAcABCAGUAaABhAHYAaQBvAHUAcgBWAGUAcgBzAGkAbwBuAF8AXwBfACcBBAAAAHQAeQBwAGUAARYAAABTAHkAcwB0AGUAbQAuAEkAbgB0ADMAMgAsACAAbQBzAGMAbwByAGwAaQBiABcBBQAAAFYAYQBsAHUAZQACAAAABwUHBQcF
|
serializedPublicVariablesBytesString: Ai8AAAAAATIAAABWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgAuAFUAZABvAG4AVgBhAHIAaQBhAGIAbABlAFQAYQBiAGwAZQAsACAAVgBSAEMALgBVAGQAbwBuAC4AQwBvAG0AbQBvAG4AAAAAAAYBAAAAAAAAACcBBAAAAHQAeQBwAGUAAWgAAABTAHkAcwB0AGUAbQAuAEMAbwBsAGwAZQBjAHQAaQBvAG4AcwAuAEcAZQBuAGUAcgBpAGMALgBMAGkAcwB0AGAAMQBbAFsAVgBSAEMALgBVAGQAbwBuAC4AQwBvAG0AbQBvAG4ALgBJAG4AdABlAHIAZgBhAGMAZQBzAC4ASQBVAGQAbwBuAFYAYQByAGkAYQBiAGwAZQAsACAAVgBSAEMALgBVAGQAbwBuAC4AQwBvAG0AbQBvAG4AXQBdACwAIABtAHMAYwBvAHIAbABpAGIAAQEJAAAAVgBhAHIAaQBhAGIAbABlAHMALwEAAAABaAAAAFMAeQBzAHQAZQBtAC4AQwBvAGwAbABlAGMAdABpAG8AbgBzAC4ARwBlAG4AZQByAGkAYwAuAEwAaQBzAHQAYAAxAFsAWwBWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgAuAEkAbgB0AGUAcgBmAGEAYwBlAHMALgBJAFUAZABvAG4AVgBhAHIAaQBhAGIAbABlACwAIABWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgBdAF0ALAAgAG0AcwBjAG8AcgBsAGkAYgABAAAABgEAAAAAAAAAAi8CAAAAAUkAAABWAFIAQwAuAFUAZABvAG4ALgBDAG8AbQBtAG8AbgAuAFUAZABvAG4AVgBhAHIAaQBhAGIAbABlAGAAMQBbAFsAUwB5AHMAdABlAG0ALgBJAG4AdAAzADIALAAgAG0AcwBjAG8AcgBsAGkAYgBdAF0ALAAgAFYAUgBDAC4AVQBkAG8AbgAuAEMAbwBtAG0AbwBuAAIAAAAGAgAAAAAAAAAnAQQAAAB0AHkAcABlAAEXAAAAUwB5AHMAdABlAG0ALgBTAHQAcgBpAG4AZwAsACAAbQBzAGMAbwByAGwAaQBiACcBCgAAAFMAeQBtAGIAbwBsAE4AYQBtAGUAAR8AAABfAF8AXwBVAGQAbwBuAFMAaABhAHIAcABCAGUAaABhAHYAaQBvAHUAcgBWAGUAcgBzAGkAbwBuAF8AXwBfACcBBAAAAHQAeQBwAGUAARYAAABTAHkAcwB0AGUAbQAuAEkAbgB0ADMAMgAsACAAbQBzAGMAbwByAGwAaQBiABcBBQAAAFYAYQBsAHUAZQACAAAABwUHBQcF
|
||||||
publicVariablesUnityEngineObjects: []
|
publicVariablesUnityEngineObjects: []
|
||||||
publicVariablesSerializationDataFormat: 0
|
publicVariablesSerializationDataFormat: 0
|
||||||
|
--- !u!1 &9079512395768367235
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 7933870476227364200}
|
||||||
|
m_Layer: 0
|
||||||
|
m_Name: SM_Skateboard
|
||||||
|
m_TagString: Untagged
|
||||||
|
m_Icon: {fileID: 0}
|
||||||
|
m_NavMeshLayer: 0
|
||||||
|
m_StaticEditorFlags: 0
|
||||||
|
m_IsActive: 1
|
||||||
|
--- !u!4 &7933870476227364200
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 9079512395768367235}
|
||||||
|
serializedVersion: 2
|
||||||
|
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
||||||
|
m_LocalPosition: {x: 0, y: 0, z: 0}
|
||||||
|
m_LocalScale: {x: 1, y: 1, z: 1}
|
||||||
|
m_ConstrainProportionsScale: 0
|
||||||
|
m_Children:
|
||||||
|
- {fileID: 588643223867270423}
|
||||||
|
- {fileID: 867517934453916644}
|
||||||
|
m_Father: {fileID: 4892633996270911554}
|
||||||
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
--- !u!1001 &1126461318336987900
|
--- !u!1001 &1126461318336987900
|
||||||
PrefabInstance:
|
PrefabInstance:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
m_Modification:
|
m_Modification:
|
||||||
serializedVersion: 3
|
serializedVersion: 3
|
||||||
m_TransformParent: {fileID: 4892633996270911554}
|
m_TransformParent: {fileID: 7933870476227364200}
|
||||||
m_Modifications:
|
m_Modifications:
|
||||||
- target: {fileID: -8679921383154817045, guid: 8e803d46c9eb6fe4492b2ca6008a4f05,
|
- target: {fileID: -8679921383154817045, guid: 8e803d46c9eb6fe4492b2ca6008a4f05,
|
||||||
type: 3}
|
type: 3}
|
||||||
@ -1086,7 +1119,7 @@ PrefabInstance:
|
|||||||
- target: {fileID: 919132149155446097, guid: 8e803d46c9eb6fe4492b2ca6008a4f05,
|
- target: {fileID: 919132149155446097, guid: 8e803d46c9eb6fe4492b2ca6008a4f05,
|
||||||
type: 3}
|
type: 3}
|
||||||
propertyPath: m_Name
|
propertyPath: m_Name
|
||||||
value: SM_Skateboard
|
value: Skateboard Model
|
||||||
objectReference: {fileID: 0}
|
objectReference: {fileID: 0}
|
||||||
- target: {fileID: 4331158463068053724, guid: 8e803d46c9eb6fe4492b2ca6008a4f05,
|
- target: {fileID: 4331158463068053724, guid: 8e803d46c9eb6fe4492b2ca6008a4f05,
|
||||||
type: 3}
|
type: 3}
|
||||||
@ -1129,6 +1162,106 @@ Transform:
|
|||||||
type: 3}
|
type: 3}
|
||||||
m_PrefabInstance: {fileID: 1126461318336987900}
|
m_PrefabInstance: {fileID: 1126461318336987900}
|
||||||
m_PrefabAsset: {fileID: 0}
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
--- !u!1001 &5177485799661152909
|
||||||
|
PrefabInstance:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
serializedVersion: 2
|
||||||
|
m_Modification:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TransformParent: {fileID: 7933870476227364200}
|
||||||
|
m_Modifications:
|
||||||
|
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: FOV
|
||||||
|
value: 25.5
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: FarClippingPlane
|
||||||
|
value: 12
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: NearClippingPlane
|
||||||
|
value: 0.2
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: CameraSystemManager
|
||||||
|
value:
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: serializationData.Prefab
|
||||||
|
value:
|
||||||
|
objectReference: {fileID: 1360612188282181879, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
- target: {fileID: 4175776851245093875, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_Name
|
||||||
|
value: Skateboard Camera Anchor
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_LocalPosition.x
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_LocalPosition.y
|
||||||
|
value: 0.162
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_LocalPosition.z
|
||||||
|
value: -0.52600026
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_LocalRotation.w
|
||||||
|
value: 1
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_LocalRotation.x
|
||||||
|
value: -0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_LocalRotation.y
|
||||||
|
value: -0.000000059604638
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_LocalRotation.z
|
||||||
|
value: -0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_LocalEulerAnglesHint.x
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_LocalEulerAnglesHint.y
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
- target: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
propertyPath: m_LocalEulerAnglesHint.z
|
||||||
|
value: 0
|
||||||
|
objectReference: {fileID: 0}
|
||||||
|
m_RemovedComponents: []
|
||||||
|
m_RemovedGameObjects: []
|
||||||
|
m_AddedGameObjects: []
|
||||||
|
m_AddedComponents: []
|
||||||
|
m_SourcePrefab: {fileID: 100100000, guid: b7be9e74a7f7fe24cb526bc367e85829, type: 3}
|
||||||
|
--- !u!4 &867517934453916644 stripped
|
||||||
|
Transform:
|
||||||
|
m_CorrespondingSourceObject: {fileID: 5462889507286591849, guid: b7be9e74a7f7fe24cb526bc367e85829,
|
||||||
|
type: 3}
|
||||||
|
m_PrefabInstance: {fileID: 5177485799661152909}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
--- !u!1001 &8626103086438023737
|
--- !u!1001 &8626103086438023737
|
||||||
PrefabInstance:
|
PrefabInstance:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 786 KiB After Width: | Height: | Size: 788 KiB |
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because one or more lines are too long
@ -56,10 +56,12 @@ public class ACMECrimenetComputer : UdonSharpBehaviour
|
|||||||
private Animator _Animator;
|
private Animator _Animator;
|
||||||
|
|
||||||
|
|
||||||
private void Start()
|
void Start()
|
||||||
{
|
{
|
||||||
_ClueImageDownloader = new VRCImageDownloader();
|
_ClueImageDownloader = new VRCImageDownloader();
|
||||||
_Animator = GetComponent<Animator>();
|
_Animator = GetComponent<Animator>();
|
||||||
|
|
||||||
|
_DisableAllCardSync();
|
||||||
}
|
}
|
||||||
|
|
||||||
void OnDestroy()
|
void OnDestroy()
|
||||||
@ -101,7 +103,6 @@ public class ACMECrimenetComputer : UdonSharpBehaviour
|
|||||||
Interactable.SetActive(true);
|
Interactable.SetActive(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
_EnableCards(false);
|
|
||||||
_DisableAllCardSync();
|
_DisableAllCardSync();
|
||||||
|
|
||||||
_AudioManager.SendCustomNetworkEvent(NetworkEventTarget.All, "PlayMusicLoop", MusicEventType.ACMECrimenetComputerIdle);
|
_AudioManager.SendCustomNetworkEvent(NetworkEventTarget.All, "PlayMusicLoop", MusicEventType.ACMECrimenetComputerIdle);
|
||||||
@ -129,8 +130,6 @@ public class ACMECrimenetComputer : UdonSharpBehaviour
|
|||||||
_TranslatedCard.transform.SetParent(_TranslatedCardAnimator);
|
_TranslatedCard.transform.SetParent(_TranslatedCardAnimator);
|
||||||
_TranslatedCard.transform.localPosition = Vector3.zero;
|
_TranslatedCard.transform.localPosition = Vector3.zero;
|
||||||
_TranslatedCard.transform.localRotation = Quaternion.identity;
|
_TranslatedCard.transform.localRotation = Quaternion.identity;
|
||||||
|
|
||||||
_EnableCards(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void EnableClueImageCardSync()
|
public void EnableClueImageCardSync()
|
||||||
@ -151,15 +150,18 @@ public class ACMECrimenetComputer : UdonSharpBehaviour
|
|||||||
private void _DisableAllCardSync()
|
private void _DisableAllCardSync()
|
||||||
{
|
{
|
||||||
_ClueImageCard.enabled = false;
|
_ClueImageCard.enabled = false;
|
||||||
_UntranslatedCard.enabled = false;
|
_ClueImageCard.transform.localPosition = Vector3.zero;
|
||||||
_TranslatedCard.enabled = false;
|
_ClueImageCard.transform.localRotation = Quaternion.identity;
|
||||||
}
|
|
||||||
|
|
||||||
private void _EnableCards(bool Enable)
|
_UntranslatedCard.enabled = false;
|
||||||
{
|
_UntranslatedCard.transform.SetParent(_UntranslatedCardSpawn);
|
||||||
_ClueImageCard.gameObject.SetActive(Enable);
|
_UntranslatedCard.transform.localPosition = Vector3.zero;
|
||||||
_UntranslatedCard.gameObject.SetActive(Enable);
|
_UntranslatedCard.transform.localRotation = Quaternion.identity;
|
||||||
_TranslatedCard.gameObject.SetActive(Enable);
|
|
||||||
|
_TranslatedCard.enabled = false;
|
||||||
|
_TranslatedCard.transform.SetParent(_TranslatedCardAnimator);
|
||||||
|
_TranslatedCard.transform.localPosition = Vector3.zero;
|
||||||
|
_TranslatedCard.transform.localRotation = Quaternion.identity;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -218,8 +220,6 @@ public class ACMECrimenetComputer : UdonSharpBehaviour
|
|||||||
_TranslatedCard.transform.localRotation = Quaternion.identity;
|
_TranslatedCard.transform.localRotation = Quaternion.identity;
|
||||||
|
|
||||||
_Animator.SetBool("Run Translator", true);
|
_Animator.SetBool("Run Translator", true);
|
||||||
|
|
||||||
_UntranslatedCard.enabled = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -19,6 +19,11 @@ public class VideoMusicClueSkateboard : UdonSharpBehaviour
|
|||||||
[SerializeField] private TextMeshProUGUI _ClueTextGUI;
|
[SerializeField] private TextMeshProUGUI _ClueTextGUI;
|
||||||
|
|
||||||
|
|
||||||
|
void Start()
|
||||||
|
{
|
||||||
|
ResetSkateboard();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
[NetworkCallable]
|
[NetworkCallable]
|
||||||
public void ResetSkateboard()
|
public void ResetSkateboard()
|
||||||
|
|||||||
@ -10,7 +10,7 @@
|
|||||||
"version": "1.0.1"
|
"version": "1.0.1"
|
||||||
},
|
},
|
||||||
"com.vrchat.worlds": {
|
"com.vrchat.worlds": {
|
||||||
"version": "3.10.3"
|
"version": "3.10.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
@ -27,13 +27,13 @@
|
|||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
},
|
},
|
||||||
"com.vrchat.worlds": {
|
"com.vrchat.worlds": {
|
||||||
"version": "3.10.3",
|
"version": "3.10.4",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"com.vrchat.base": "3.10.3"
|
"com.vrchat.base": "3.10.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"com.vrchat.base": {
|
"com.vrchat.base": {
|
||||||
"version": "3.10.3",
|
"version": "3.10.4",
|
||||||
"dependencies": {}
|
"dependencies": {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -548,7 +548,7 @@ PlayerSettings:
|
|||||||
- None
|
- None
|
||||||
- OpenVR
|
- OpenVR
|
||||||
- Oculus
|
- Oculus
|
||||||
m_DefaultShaderChunkSizeInMB: 16
|
m_DefaultShaderChunkSizeInMB: 4
|
||||||
m_DefaultShaderChunkCount: 0
|
m_DefaultShaderChunkCount: 0
|
||||||
openGLRequireES31: 0
|
openGLRequireES31: 0
|
||||||
openGLRequireES31AEP: 0
|
openGLRequireES31AEP: 0
|
||||||
|
|||||||
@ -477,6 +477,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -513,6 +517,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -483,6 +483,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -519,6 +523,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -474,6 +474,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -510,6 +514,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -474,6 +474,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -510,6 +514,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -1136,6 +1144,10 @@
|
|||||||
<Project>{9580962B-C9DD-86D2-0CAB-74F2C1EA7A40}</Project>
|
<Project>{9580962B-C9DD-86D2-0CAB-74F2C1EA7A40}</Project>
|
||||||
<Name>UniTask</Name>
|
<Name>UniTask</Name>
|
||||||
</ProjectReference>
|
</ProjectReference>
|
||||||
|
<ProjectReference Include="DOTween.Modules.csproj">
|
||||||
|
<Project>{A667D300-9154-9983-79E7-CBBF8CD2F581}</Project>
|
||||||
|
<Name>DOTween.Modules</Name>
|
||||||
|
</ProjectReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<Target Name="GenerateTargetFrameworkMonikerAttribute" />
|
<Target Name="GenerateTargetFrameworkMonikerAttribute" />
|
||||||
|
|||||||
@ -480,6 +480,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -516,6 +520,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -546,6 +546,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -582,6 +586,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -475,6 +475,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -511,6 +515,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -549,6 +549,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -585,6 +589,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -507,6 +507,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -543,6 +547,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -612,6 +612,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -648,6 +652,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -490,6 +490,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -526,6 +530,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -525,6 +525,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -561,6 +565,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -498,6 +498,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -534,6 +538,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -474,6 +474,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -510,6 +514,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -479,6 +479,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -515,6 +519,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -67,6 +67,7 @@
|
|||||||
<Compile Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\GenericBuilderNotification\GenericBuilderNotification.cs" />
|
<Compile Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\GenericBuilderNotification\GenericBuilderNotification.cs" />
|
||||||
<Compile Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\TagsField\TagsField.cs" />
|
<Compile Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\TagsField\TagsField.cs" />
|
||||||
<Compile Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\API\VRCProgressContent.cs" />
|
<Compile Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\API\VRCProgressContent.cs" />
|
||||||
|
<Compile Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\ModeratedNotification\ModeratedNotification.cs" />
|
||||||
<Compile Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\API\VRCWorld.cs" />
|
<Compile Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\API\VRCWorld.cs" />
|
||||||
<Compile Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\API\VRCApi.cs" />
|
<Compile Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\API\VRCApi.cs" />
|
||||||
<Compile Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\OptionsPopupField\OptionsPopupContent.cs" />
|
<Compile Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\OptionsPopupField\OptionsPopupContent.cs" />
|
||||||
@ -159,6 +160,7 @@
|
|||||||
<Compile Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\ControlPanel\IVRCSdkControlPanelBuilder.cs" />
|
<Compile Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\ControlPanel\IVRCSdkControlPanelBuilder.cs" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\ModeratedNotification\Resources\ModeratedNotificationStyles.uss" />
|
||||||
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Resources\PerceptualMipmapping\PerceptualPostProcessor.compute" />
|
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Resources\PerceptualMipmapping\PerceptualPostProcessor.compute" />
|
||||||
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\OptionsPopupField\Resources\OptionsPopupField.uxml" />
|
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\OptionsPopupField\Resources\OptionsPopupField.uxml" />
|
||||||
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\StepFoldout\Resources\StepFoldoutStyles.uss" />
|
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\StepFoldout\Resources\StepFoldoutStyles.uss" />
|
||||||
@ -182,6 +184,7 @@
|
|||||||
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\OptionsPopupField\Resources\OptionsPopupFieldStyles.uss" />
|
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\OptionsPopupField\Resources\OptionsPopupFieldStyles.uss" />
|
||||||
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\Checklist\Resources\ChecklistLayout.uxml" />
|
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\Checklist\Resources\ChecklistLayout.uxml" />
|
||||||
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\Checklist\Resources\ChecklistStyles.uss" />
|
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\Checklist\Resources\ChecklistStyles.uss" />
|
||||||
|
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\ModeratedNotification\Resources\ModeratedNotification.uxml" />
|
||||||
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Resources\VRCSdkPanelStyles.uss" />
|
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Resources\VRCSdkPanelStyles.uss" />
|
||||||
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\Modal\Resources\ModalStyles.uss" />
|
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Dependencies\VRChat\Elements\Modal\Resources\ModalStyles.uss" />
|
||||||
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Plugins\VRC.SDK3.Dynamics.PhysBone.Editor.dll" />
|
<None Include="Packages\com.vrchat.base\Editor\VRCSDK\Plugins\VRC.SDK3.Dynamics.PhysBone.Editor.dll" />
|
||||||
@ -604,6 +607,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -640,6 +647,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -92,8 +92,10 @@
|
|||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Dependencies\Managed\System.Collections.Immutable.dll" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Dependencies\Managed\System.Collections.Immutable.dll" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\ToonStandard\CG\Outlines.cginc" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\ToonStandard\CG\Outlines.cginc" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\VRC.SDKBase.asmdef" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\VRC.SDKBase.asmdef" />
|
||||||
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.XML" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\VRChat-Mobile-SupersampledUnlit.shader" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\VRChat-Mobile-SupersampledUnlit.shader" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\ToonStandard\ToonStandardOutline.shader" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\ToonStandard\ToonStandardOutline.shader" />
|
||||||
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\VRChat-Mobile-Particle-Multiply.shader" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\VRChat-Mobile-Particle-Multiply.shader" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.Utility.dll" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.Utility.dll" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\license.txt" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\license.txt" />
|
||||||
@ -103,6 +105,7 @@
|
|||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\ToonStandard\CG\DataStructs.cginc" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\ToonStandard\CG\DataStructs.cginc" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.SDK3.Dynamics.Constraint.dll" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.SDK3.Dynamics.Constraint.dll" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\VRChat-Mobile-BumpedSpecular.shader" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\VRChat-Mobile-BumpedSpecular.shader" />
|
||||||
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\VRChat-Mobile-BumpedDiffuse.shader" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\VRChat-Mobile-BumpedDiffuse.shader" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mirror.shader" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mirror.shader" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\ToonStandard\CG\VRCAtlasingShim.cginc" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\ToonStandard\CG\VRCAtlasingShim.cginc" />
|
||||||
@ -119,9 +122,11 @@
|
|||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\ToonStandard\CG\Definitions.cginc" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\ToonStandard\CG\Definitions.cginc" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\version.txt" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\version.txt" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRCSDKBase-Editor.dll" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRCSDKBase-Editor.dll" />
|
||||||
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\readme.txt" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\VRChat-Mobile-Diffuse.shader" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\VRChat-Mobile-Diffuse.shader" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\SDKBase-Legacy.dll" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\SDKBase-Legacy.dll" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.Dynamics.dll" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRC.Dynamics.dll" />
|
||||||
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.XML" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRCCore-Editor.dll" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\VRCCore-Editor.dll" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\ToonStandard\CG\Lighting.cginc" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\Mobile\ToonStandard\CG\Lighting.cginc" />
|
||||||
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\VRChat-Sprites-Default.shader" />
|
<None Include="Packages\com.vrchat.base\Runtime\VRCSDK\Sample Assets\Shaders\VRChat-Sprites-Default.shader" />
|
||||||
@ -537,6 +542,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -573,6 +582,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -558,6 +558,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -594,6 +598,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -661,6 +661,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -697,6 +701,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -502,6 +502,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -538,6 +542,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -496,6 +496,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -532,6 +536,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -494,6 +494,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -530,6 +534,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -481,6 +481,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -517,6 +521,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -507,6 +507,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Integrations\UdonSharp\Runtime\Plugins\System.Text.Encoding.CodePages.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTweenEditor">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\Editor\DOTweenEditor.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="SemanticVersioning">
|
<Reference Include="SemanticVersioning">
|
||||||
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
<HintPath>Packages\com.vrchat.core.vpm-resolver\Editor\Dependencies\SemanticVersioning.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
@ -543,6 +547,10 @@
|
|||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.EditorBindings.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
</Reference>
|
</Reference>
|
||||||
|
<Reference Include="DOTween">
|
||||||
|
<HintPath>Packages\com.vrchat.base\Runtime\VRCSDK\Plugins\DOTween\DOTween.dll</HintPath>
|
||||||
|
<Private>False</Private>
|
||||||
|
</Reference>
|
||||||
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
<Reference Include="VRC.Udon.VRCTypeResolverModules">
|
||||||
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
<HintPath>Packages\com.vrchat.worlds\Editor\Udon\External\VRC.Udon.VRCTypeResolverModules.dll</HintPath>
|
||||||
<Private>False</Private>
|
<Private>False</Private>
|
||||||
|
|||||||
@ -23,6 +23,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UniTask.Linq", "UniTask.Lin
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VRC.SDKBase", "VRC.SDKBase.csproj", "{85AD6C13-67F3-91E5-7E2D-4A7A350F6D9D}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VRC.SDKBase", "VRC.SDKBase.csproj", "{85AD6C13-67F3-91E5-7E2D-4A7A350F6D9D}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DOTween.Modules", "DOTween.Modules.csproj", "{A667D300-9154-9983-79E7-CBBF8CD2F581}"
|
||||||
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VRC.ClientSim.Editor", "VRC.ClientSim.Editor.csproj", "{EDA91D34-D0FA-9A75-4AD8-FD82735CBE9E}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VRC.ClientSim.Editor", "VRC.ClientSim.Editor.csproj", "{EDA91D34-D0FA-9A75-4AD8-FD82735CBE9E}"
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VRC.SDK3", "VRC.SDK3.csproj", "{08FEB8F6-AD22-0DF5-5232-7DE088616AF5}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VRC.SDK3", "VRC.SDK3.csproj", "{08FEB8F6-AD22-0DF5-5232-7DE088616AF5}"
|
||||||
@ -107,6 +109,10 @@ Global
|
|||||||
{85AD6C13-67F3-91E5-7E2D-4A7A350F6D9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{85AD6C13-67F3-91E5-7E2D-4A7A350F6D9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{85AD6C13-67F3-91E5-7E2D-4A7A350F6D9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{85AD6C13-67F3-91E5-7E2D-4A7A350F6D9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{85AD6C13-67F3-91E5-7E2D-4A7A350F6D9D}.Release|Any CPU.Build.0 = Release|Any CPU
|
{85AD6C13-67F3-91E5-7E2D-4A7A350F6D9D}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{A667D300-9154-9983-79E7-CBBF8CD2F581}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{A667D300-9154-9983-79E7-CBBF8CD2F581}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{A667D300-9154-9983-79E7-CBBF8CD2F581}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{A667D300-9154-9983-79E7-CBBF8CD2F581}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
{EDA91D34-D0FA-9A75-4AD8-FD82735CBE9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{EDA91D34-D0FA-9A75-4AD8-FD82735CBE9E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
{EDA91D34-D0FA-9A75-4AD8-FD82735CBE9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
{EDA91D34-D0FA-9A75-4AD8-FD82735CBE9E}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
{EDA91D34-D0FA-9A75-4AD8-FD82735CBE9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{EDA91D34-D0FA-9A75-4AD8-FD82735CBE9E}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user