Skip to content

Commit

Permalink
Fixed movement issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Bharath1998 committed Sep 13, 2022
1 parent 52efed6 commit d2f5c0a
Show file tree
Hide file tree
Showing 6 changed files with 54 additions and 9 deletions.
14 changes: 5 additions & 9 deletions Assets/hero/walk/hero_walk_0001.controller
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ AnimatorController:
m_Type: 4
m_DefaultFloat: 0
m_DefaultInt: 0
m_DefaultBool: 1
m_Controller: {fileID: 9100000}
m_DefaultBool: 0
m_Controller: {fileID: 0}
m_AnimatorLayers:
- serializedVersion: 5
m_Name: Base Layer
Expand Down Expand Up @@ -91,10 +91,7 @@ AnimatorStateMachine:
m_ChildStates:
- serializedVersion: 1
m_State: {fileID: 9023868072840968980}
m_Position: {x: 210, y: 140, z: 0}
- serializedVersion: 1
m_State: {fileID: -946404307137216279}
m_Position: {x: 230, y: 360, z: 0}
m_Position: {x: 120, y: 170, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_EntryTransitions: []
Expand All @@ -104,7 +101,7 @@ AnimatorStateMachine:
m_EntryPosition: {x: -160, y: 170, z: 0}
m_ExitPosition: {x: 800, y: 120, z: 0}
m_ParentStateMachinePosition: {x: 800, y: 20, z: 0}
m_DefaultState: {fileID: -946404307137216279}
m_DefaultState: {fileID: 9023868072840968980}
--- !u!1102 &9023868072840968980
AnimatorState:
serializedVersion: 6
Expand All @@ -115,8 +112,7 @@ AnimatorState:
m_Name: walk
m_Speed: 1
m_CycleOffset: 0
m_Transitions:
- {fileID: 3722159386069587688}
m_Transitions: []
m_StateMachineBehaviours: []
m_Position: {x: 50, y: 50, z: 0}
m_IKOnFeet: 0
Expand Down
14 changes: 14 additions & 0 deletions ProjectSettings/BurstAotSettings_WebGL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"MonoBehaviour": {
"Version": 4,
"EnableBurstCompilation": true,
"EnableOptimisations": true,
"EnableSafetyChecks": false,
"EnableDebugInAllBuilds": false,
"CpuMinTargetX32": 0,
"CpuMaxTargetX32": 0,
"CpuMinTargetX64": 0,
"CpuMaxTargetX64": 0,
"OptimizeFor": 0
}
}
6 changes: 6 additions & 0 deletions ProjectSettings/CommonBurstAotSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"MonoBehaviour": {
"Version": 4,
"DisabledWarnings": ""
}
}
28 changes: 28 additions & 0 deletions ProjectSettings/Packages/com.unity.connect.share/Settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"m_Name": "Settings",
"m_Path": "ProjectSettings/Packages/com.unity.connect.share/Settings.json",
"m_Dictionary": {
"m_DictionaryValues": [
{
"type": "System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "buildOutputDirList",
"value": "{\"m_Value\":\"/Users/bharath/Desktop/LetterHuntBuild;;;;;;;;;\"}"
},
{
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "firstTime",
"value": "{\"m_Value\":false}"
},
{
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "autoPublish",
"value": "{\"m_Value\":true}"
},
{
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089",
"key": "createDefaultBuildsFolder",
"value": "{\"m_Value\":true}"
}
]
}
}
Binary file added connectwebgl.zip
Binary file not shown.
1 change: 1 addition & 0 deletions webgl_sharing
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6320228640018d0897add9f7

0 comments on commit d2f5c0a

Please sign in to comment.