Error saving TLC files

De TriLib
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.