1.3.4 • Published 2 years ago

jp.sotanmochi.unitycustomtexturerenderer v1.3.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

UnityCustomTextureRenderer

A high performance graphics utility to update textures from native plugins.
The function for updating textures runs on another thread.

Tested Environment

  • Unity 2020.3.27f1
  • Windows 10

How to install

// manifest.json
{
  "dependencies": {
    "jp.sotanmochi.unitycustomtexturerenderer": "https://github.com/sotanmochi/UnityCustomTextureRenderer.git?path=Assets/CustomTextureRenderer#v1.3.4  ",
    "jp.sotanmochi.unitycustomtexturerenderer.samples": "https://github.com/sotanmochi/UnityCustomTextureRenderer.git?path=Assets/CustomTextureRenderer.Samples#v1.3.4",
    ...
  }
}

References

License

このプロジェクトは、サードパーティのアセットを除き、MIT Licenseでライセンスされています。
This project is licensed under the MIT License, except for third party assets.