Изменение настроек билда

This commit is contained in:
2025-01-29 14:57:10 +03:00
parent 8a4fe21db4
commit 08f3ba90d1
3 changed files with 313 additions and 1034 deletions

View File

@ -10,8 +10,8 @@ public class PlayerJumpScript : MonoBehaviour
[SerializeField] private CharacterController _CharacterController;
[SerializeField] private LayerMask _GroundLayers;
private bool IsGrounded()
{
//return Physics.CheckSphere(transform)
}
//private bool IsGrounded()
//{
// //return Physics.CheckSphere(transform)
//}
}