Skip to content

A high performance graphics utility to update textures from native plugins.

License

Notifications You must be signed in to change notification settings

sotanmochi/UnityCustomTextureRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.