Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

UniverseLib 1.4.0

Compare
Choose a tag to compare
@sinai-dev sinai-dev released this 05 May 13:11
· 18 commits to main since this release

Logging

  • Reverted to old method of logging (earliest init caller handles all logs) due to issues with StackTraces in x86 IL2CPP(?)

TextureHelper

  • Added support for Cubemaps (force-read, unwrap)
  • Use Graphics.CopyTexture where possible (more efficient)
  • Better overloads on methods, more freedom to user
  • Renamed methods to be clearer
  • Soft-obsoleted some methods (non-breaking, but will remove old methods eventually)

CursorUnlocker

  • Prevent exceptions during Application.Quit