flutter-unity-view-widget icon indicating copy to clipboard operation
flutter-unity-view-widget copied to clipboard

How using this pluging with asset-protection?

Open FetFrumos opened this issue 2 years ago • 1 comments

@juicycleff thank you for your plugin - it is great. But now I have issue: I want to protect my assets. for this I use the following plugin asset-protection. But after using asset-protectio - I can't export to flutter. I get an endless loop - dialog windows with title "compile shader variants"

image

Can you give me some advice? maybe you can do something "manually" without waiting for an update, because this is an urgent matter. any help - I will be grateful

FetFrumos avatar Nov 21 '23 11:11 FetFrumos

This is unity related issue mostly due to usage of different materials or a lot of models or complex shader graphs. That is a known issue of unity in general: https://forum.unity.com/threads/compiling-shader-variants-taking-ages.527724/. Consider to asset bundle and reviewing all the assets that are used in scenes and optimizing them

thedrhax14 avatar Nov 27 '23 14:11 thedrhax14