SixWays / UnityShaderStripper

Modular utilities for shader stripping to drastically improve Unity build times
MIT License
351 stars 42 forks source link

Added some null checks #4

Open Punchey opened 4 years ago

Punchey commented 4 years ago

At least in more recent versions of Unity, it is apparently possible to wind up with a null keywords list, which then necessitates some additional null checking.