更新至unity6并且更改Scriptable完成

This commit is contained in:
2025-11-25 10:52:39 +08:00
parent 2e0d16db49
commit 5d6acc1001
482 changed files with 2314 additions and 47257 deletions

View File

@@ -1 +1,6 @@
{}
{
"version": 0,
"name": "PlayerInput",
"maps": [],
"controlSchemes": []
}

View File

@@ -94,7 +94,7 @@ namespace Demo
{
Speed = FailMovingSpeed();
}
m_Rigidbody.velocity = Speed;
m_Rigidbody.linearVelocity = Speed;
}
else
{