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

xr-campus-dev/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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 75.9%
  • C++ 15.9%
  • Shell 4.3%
  • Rust 2.0%
  • C 1.9%