Here is a simple program that exposes the physics ticks / second

Craft link

Scale

Tags
Vizzy

14 Comments

  • Log in to leave a comment
  • Profile image
    Dev Pedro

    @Nethereal here

    4.4 years ago
  • Profile image
    7,222 Nethereal

    @pedro16797 please share the post with me and ill use the same one with anything that comes to mind for me :)

    4.4 years ago
  • Profile image

    @pedro16797 Sure, but you can feel free to put it all in a single suggestion post. I'll let you bend the rules this one time! Thanks! :D

    4.4 years ago
  • Profile image
    7,222 Nethereal

    Being able to set fixed physics ticks / sec would be a very nice addition. Having the ability to create x timers as needed with a very generic base object would be ideal (branching off with instructions/broadcasts where needed)

    4.4 years ago
  • Profile image
    Dev Pedro

    @AndrewGarrison should I make suggestion posts for all the things I suggested in comments in the past to have them listed?

    4.4 years ago
  • Profile image

    @pedro16797 Yes, that can be done.

    4.4 years ago
  • Profile image
    Dev Pedro

    @AndrewGarrison would it be possible to have a expression that returns year, day, hour, minute, second, total ms?
    Total ms being the amount of ms since the start of the sandbox.

    4.4 years ago
  • Profile image

    @Nethereal I'll add some 'system' variables with the next update to Vizzy to make this a little easier. I was thinking a "timer" variable which tracks how long the script has been alive since start and also a "deltaTime" which tracks how much time has passed in the game since the last frame. Currently, Vizzy runs in Unity's Update method, so time between updates is variable, but maybe an option in the Flight Program's part properties settings to run Vizzy in FixedUpdate so there's a constant amount of time that passes between updates calls.

    +4 4.4 years ago
  • Profile image

    My settings are on low, I get around 50 ticks/second

    4.4 years ago
  • Profile image
    7,222 Nethereal

    the physics tick rate is understood to be variable.
    So it is very likely to change based on settings, as well as what is currently happening on screen

    4.4 years ago
  • Profile image
    235 bspawn

    Tried it: PhysTicks/Sec 'jitters' and is rather different in different test runs. 1st it went from ~74 at low altitude to ~90 at a couple dozen km altitude. 2nd run it hovered just over 100 all the way, increasing slightly with increasing altitude. All with Vsync at 60fps. JItter is probably unavoidable, but it is generally inconsistent.

    4.4 years ago
  • Profile image
    5,769 SelectAKey

    damn. really?! this is going to help my study soooooooo much. thank you!

    4.4 years ago
  • Profile image

    Try on ultra settings please

    4.4 years ago
  • Profile image

    Well... how many is it?

    4.4 years ago

12 Upvotes

Log in in to upvote this post.