| 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. | 
    | dllAssembly | Assembly that references the DLL in which the file is embedded. | 
    | assetPath | path, within the Asset Folder(do not include initial slash, nor "assets\\"), where the file will be stored after extraction. Folder will be created if it does not exist | 
    | dllNamespace | Namespace the asset is assigned to the file to extract, in the DLL. (This value is defined in the project that compiled the dll.) | 
    | logToConsole | Pass true if informational log info should be output to the unity console. Omit, or pass false to see only warnings in the console. |