adjust setting
This commit is contained in:
@@ -26,7 +26,7 @@ public class CharacterCtrl : MonoBehaviour
|
|||||||
float gravityValue = -9.81f;
|
float gravityValue = -9.81f;
|
||||||
StateAnim stateAnim = StateAnim.Idle;
|
StateAnim stateAnim = StateAnim.Idle;
|
||||||
Vector3 playerVelocity;
|
Vector3 playerVelocity;
|
||||||
bool isGrounded = false;
|
[SerializeField] bool isGrounded = false;
|
||||||
bool isRun = false;
|
bool isRun = false;
|
||||||
|
|
||||||
private void Awake()
|
private void Awake()
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ EditorSettings:
|
|||||||
m_AsyncShaderCompilation: 1
|
m_AsyncShaderCompilation: 1
|
||||||
m_PrefabModeAllowAutoSave: 1
|
m_PrefabModeAllowAutoSave: 1
|
||||||
m_EnterPlayModeOptionsEnabled: 1
|
m_EnterPlayModeOptionsEnabled: 1
|
||||||
m_EnterPlayModeOptions: 0
|
m_EnterPlayModeOptions: 3
|
||||||
m_GameObjectNamingDigits: 1
|
m_GameObjectNamingDigits: 1
|
||||||
m_GameObjectNamingScheme: 0
|
m_GameObjectNamingScheme: 0
|
||||||
m_AssetNamingUsesSpace: 1
|
m_AssetNamingUsesSpace: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user