Error saving TLC files
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
.