- Parameters
-
_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. |
References ExtractEmbededFiles.ExtractionInfo.assetPath, ExtractEmbededFiles.ExtractionInfo.dllAssembly, ExtractEmbededFiles.ExtractionInfo.dllNamespace, ExtractEmbededFiles.ExtractionInfo.filename, ExtractEmbededFiles.ExtractionInfo.importTextureAsIcon, and ExtractEmbededFiles.ExtractionInfo.importTextureAsSprite.