Skip to content

Releases: sotanmochi/UnityCustomTextureRenderer

v1.3.4

11 Jun 11:32
ad59404
Compare
Choose a tag to compare
Merge pull request #1 from sotanmochi/fix/memory-leak

Fix

v1.4.0

06 Mar 16:10
Compare
Choose a tag to compare
v1.4.0 Pre-release
Pre-release
Update version

v1.3.3

02 Mar 14:56
Compare
Choose a tag to compare
Merge branch 'develop'

v1.3.2

28 Feb 17:51
Compare
Choose a tag to compare
Update

v1.3.0

28 Feb 15:07
Compare
Choose a tag to compare
Update version

v1.2.1

26 Feb 12:12
Compare
Choose a tag to compare
Update version

v1.2.0

26 Feb 11:44
Compare
Choose a tag to compare

Improvements

  • Non blocking custom texture render system without using compute shader
  • Supported platforms: Windows, Android, macOS, iOS

Other changes

  • Update documents
  • Update sample code and sample scene

v1.1.1

12 Feb 15:32
Compare
Choose a tag to compare
Update README

v1.1.0

12 Feb 14:20
Compare
Choose a tag to compare

Improvements

NonBlockingCustomTextureRenderer

  • IL2CPP support.
  • Asynchronous GPU upload (partial data copy) reduces the processing time per frame in the main thread for large size textures.

Other changes

  • Update documents
  • Update sample code and sample scene

v1.0.1

08 Feb 14:56
Compare
Choose a tag to compare
Update README