WittleWolfie / WW-Blueprint-Core

A library to simplify modifying Pathfinder: Wrath of the Righteous.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add usage instructions for ILStrip

WittleWolfie opened this issue · comments

BlueprintCore.dll is now approaching 7MB. Breaking it into different DLLs is of limited use since individual portions would still be large (>2MB for Configurators and >2MB for References).

ILStrip can be used to significantly reduce the size of the resulting APK but it needs a bit of work to setup.

For reference it reduced the size of BlueprintCoreTutorial.dll from 10MB to 380KB.

Done. 2.1 Launching shortly, need to validate the docs & make sure the tutorial project is working.