Forums
New posts
Search forums
What's new
New posts
Latest activity
VB.NET Community
Log in
Register
What's new
Search
Search
Search titles only
By:
Latest activity
Register
Menu
Log in
Register
Install the app
Install
Tags
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
unity 2020
N
Resolved
Error CS1061 upon trying to use deltaTime for a game jump.
using UnityEngine; public class PlayerMovement : MonoBehaviour { [SerializeField] private float speed; private Rigidbody2D body; private float moveInput; private bool isGrounded; public Transform feetPos; public float checkRadius; public float jumpForce; public...
Nanashi
Thread
Dec 29, 2022
cs1061
deltatime
unity
2020
Replies: 6
Forum:
Third Party Products
Tags
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.
Accept
Learn more…
Top
Bottom