Error saving TLC files

De TriLib
Revisão de 09h14min de 18 de maio de 2024 por Trilib (discussão | contribs)
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)
Ir para navegação Ir para pesquisar

TriLib has a cache system that extracts FBX embedded files data to disk to save loading times.

Sometimes, the platform you're targeting needs to give access to the temporary folder where the files are extracted.

If you encounter a "System.UnauthorizedAccessException" error when loading a model with TriLib, you could try turning off this behavior by setting AssetLoaderOptions instance ExtractEmbeddedData field value to false.