Game Time

Hi everyone! I’m totally new with Unity and English is not my mother language so I hope you will understand my requests. Is there a way to store the game time? For example, I would store the precise moment in which the player interacts with a 3D object. Is it possible? If it is, how can I do?
thanks in advance for your kind reply

You can use DateTime.Now to do it

Here’s an example:

9661091--1375442--upload_2024-2-23_19-10-11.png

1 Like