2021-06-27 17:59:55 +02:00
2021-06-27 14:46:18 +02:00
2022-05-20 22:58:25 +02:00
2021-06-27 17:15:07 +02:00
2022-05-20 22:58:25 +02:00
2024-07-16 04:03:00 +03:00
2021-06-27 16:40:32 +02:00
2021-06-27 14:46:18 +02:00

Utils

Unity package with utility useful for almost any project.

Features

  • Hide the script field.
  • More attributes for disabling fields without interfering with existing attributes.
  • C# event based EventManager.
    • Subscribe to Update, FixedUpdate and LateUpdate from anywhere.
    • Better performance than Unity methods.
    • FixedUpdate is the separate PhysicsEventManager which makes it entirely optional.
    • View usage an editor inspector.
  • Check how much time has passed with the TimeSince struct.
  • Camera Blender controls in the scene view.
Description
No description provided
Readme 78 KiB
Languages
C# 100%