Skip to content

Releases: Tayx94/graphy

Graphy 3.0.5

15 Nov 23:33

Choose a tag to compare

  • Fixed small issue with Safe Area not being updated when the screen resolution changes.

Graphy 3.0.4

09 Nov 02:02

Choose a tag to compare

  • Fixed small oversight in Resolution.refreshRate is obsolete warning fix.

Graphy 3.0.3

09 Nov 01:52

Choose a tag to compare

  • Fixed some comments and removed unused using statements.
  • Fixed Resolution.refreshRate is obsolete warning for Unity 2022.2 and newer.
  • Increased minimum version to recommended Unity 2019.4 LTS.

Graphy 3.0.2

08 May 12:16

Choose a tag to compare

  • Renamed GRAPHY_VR to GRAPHY_XR
  • Added GRAPHY_XR to missing places to fix code compilation

Graphy 3.0.1

06 May 21:10

Choose a tag to compare

  • Added GRAPHY_VR scripting define.

Graphy 3.0.0

05 May 20:47

Choose a tag to compare

  • Added beta support for VR!
  • Added support for an offset in all modules.
  • Big refactor and cleanup.

Graphy 2.1.3

17 Apr 21:57

Choose a tag to compare

  • Added null check for Keyboard.current.

Graphy 2.1.2

17 Apr 10:05

Choose a tag to compare

  • Fixed NullRef in AudioMonitor if no main camera is in the scene.

Graphy 2.1.1

15 Apr 18:30

Choose a tag to compare

  • Small hotfix for a index of out bounds error.
  • Simplified Singleton class to allow Graphy to be Destroyed.
  • Deallocating cached strings on Destroy to free up memory.

Graphy 2.1.0

14 Apr 20:13

Choose a tag to compare

  • Pretty big refactor.
  • Lots of optimization.
  • Removed min/max fps for 1% and 0.1% lows, which is the industry standard now.
  • Improved UI. Added rounded corners and a better default color palette.