Skip to content

v1.3.2 - VPM version patches 🔨

Choose a tag to compare

@PiMaker PiMaker released this 14 Jun 00:33
· 72 commits to main since this release
88c1370

Download

This release is available via the Creator Companion as a VPM package!

⬇️ Creator Companion/VPM Install

For standalone Unity, you can import LTCGI as a git package with the URL: https://github.com/PiMaker/ltcgi.git

Adapters

LTCGI adapters are now built-in. Migration should be automatic. You do not need to download anything specific, having USharpVideo or AvPro installed in your project should automatically enable the corresponding adapters.

Double-check your adapters after updating - there is a chance you may need to reconfigure them in your scene, depending on which version you upgraded from.

Thanks to @4liceD for helping test this!

APIv2

This contains the first version of the v2 API. Read more here: https://ltcgi.dev/Advanced/Shader_Authors

Other fixes

  • reduced default sampler slots to 1
  • remove lightmap texture slot when not in use (e.g. for avatars)
  • avpro adapter will now show the placeholder graphic of the TV in the LTCGI reflection in editor too
  • fix adapters using outdated paths
  • fix incorrect popup for UdonSharp requirement, now shown in the controller GUI instead
  • larger code cleanups, minor Udon perf improvements