Error saving TLC files: mudanças entre as edições
Ir para navegação
Ir para pesquisar
(Criou página com '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.ExtractEmbeddedData' to 'false'.') |
Sem resumo de edição |
||
Linha 3: | Linha 3: | ||
Sometimes, the platform you're targeting needs to give access to the temporary folder where the files are extracted. | 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 | If you encounter a "System.UnauthorizedAccessException" error when loading a model with TriLib, you could try turning off this behavior by setting <code>AssetLoaderOptions</code> instance <code>ExtractEmbeddedData</code> field value to <code>false</code>. |
Edição atual tal como às 09h14min de 18 de maio de 2024
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
.