Skip to content

Releases: yasirkula/UnityRuntimeTexture

v1.0.7

11 Dec 15:15
Compare
Choose a tag to compare
  • Fixed "OnInspectorGUI should call serializedObject.Update()" warnings on Unity 2019.2 or newer
  • Fixed filesize not being updated immediately after clicking Apply button

v1.0.6

18 May 10:38
Compare
Choose a tag to compare
Unity 2020 support

v1.0.5: Exposed more properties (#1)

06 Jan 16:24
df14c43
Compare
Choose a tag to compare
- Exposed WrapMode, Filter Mode and Aniso Level properties
- RuntimeTextures that don't have alpha channel now use RGB24 texture format instead of RGBA32 for reduced runtime memory footprint

Co-authored-by: Süleyman Yasir KULA <[email protected]>

v1.0.0

14 May 20:05
Compare
Choose a tag to compare

Added Assembly Definition Files