I’ve never used unity either, sounds like they used a property that means “variable time between frames” in a context that is expecting a constant.
Almost sounds like they were setting up a “thing happens faster if your CPU is faster” type of logical bug that the engine is at least preventing internally.
Oh god. This brings me back to QBASIC days and how I upgraded my computer and it broke all my programs because I was an idiot and controlled time delays using for-loops, lol.
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: [email protected]
Video game news oriented community. No NanoUFO is not a bot :)
Posts.
News oriented content (general reviews, previews or retrospectives allowed).
Broad discussion posts (preferably not only about a specific game).
No humor/memes etc…
No affiliate links
No advertising.
No clickbait, editorialized, sensational titles. State the game in question in the title. No all caps.
No self promotion.
No duplicate posts, newer post will be deleted unless there is more discussion in one of the posts.
No politics.
Comments.
No personal attacks.
Obey instance rules.
No low effort comments(one or two words, emoji etc…)
Please use spoiler tags for spoilers.
My goal is just to have a community where people can go and see what new game news is out for the day and comment on it.
As a programmer but having never used Unity, what does this mean?
I’ve never used unity either, sounds like they used a property that means “variable time between frames” in a context that is expecting a constant.
Almost sounds like they were setting up a “thing happens faster if your CPU is faster” type of logical bug that the engine is at least preventing internally.
Ouch. Maybe they need a Turbo button.
DeltaTime is the old “tie the physics to the framerrate” thing old console games did because they knew they’d be running at a certain frame rate
When I was learning unity for a week it was literally lesson #2 in 3 different video lesson series NOT to use DeltaTime like that
Oh god. This brings me back to QBASIC days and how I upgraded my computer and it broke all my programs because I was an idiot and controlled time delays using for-loops, lol.