Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider using Unity timestamp #5

Open
glopesdev opened this issue Mar 27, 2024 · 0 comments
Open

Consider using Unity timestamp #5

glopesdev opened this issue Mar 27, 2024 · 0 comments
Assignees
Labels
proposal Request for a new feature

Comments

@glopesdev
Copy link
Member

glopesdev commented Mar 27, 2024

DateTime.Now is measured using the operating system timer, which usually does not have enough precision for high-frequency applications. Unity provides a built-in timestamping mechanism, in the form of the Time.timeAsDouble variable.

@glopesdev glopesdev added the proposal Request for a new feature label Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
proposal Request for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants