naninovel / docs

Documentation website
https://naninovel.com
77 stars 28 forks source link

Render actor to texture not working when addressable is installed #123

Closed elringus closed 3 years ago

elringus commented 4 years ago

When addressable package is installed and used with Naninovel, render textures assigned in actor config won't work in builds.

Caused by the following Unity bug: https://issuetracker.unity3d.com/product/unity/issues/guid/1277169

If the issue affects you, please vote for it on the tracker; it'll make it fixed sooner.

elringus commented 3 years ago

The issue was identified to be caused by addressables package duplicating render texture on build and resolved by Unity QA as "by design".

For a workaround, use Get Actor Render Texture component as described in https://naninovel.com/guide/characters.html#render-to-texture or setup the asset references manually.