filename | file name of the image in the dll, and the filename it will be given when extracted from the DLL and saved in the file-system. Note: the filename in the DLL is case sensitive, including the extension. |
assetPath | path, within the Asset Folder(do not include initial slash, nor "assets", but do include ending slash), where the file will be stored after extraction. Folder will be created if it does not exist |
dllNamespace | Namespace the asset is assigned to, in the DLL. This value is defined in the project that compiled the dll. |
importTextureAsIcon | boolean that specifies if the extracted file should be passed through the TextureImporter, to be configure for use as a unity editor icon. Has no effect on assets that are not Textures. Do not pass true to both boolean parameters. |
importTextureAsSprite | boolean that specifies if the extracted file should be passed through the TextureImporter, to be configure for use as a unity sprite. Has no effect on assets that are not Textures. Do not pass true to both boolean parameters. |