Remove requirement of using Python 3.10 and below
- I added a 'legacy mode' flag to revert https://github.com/HearthSim/UnityPack/pull/101 as it caused problems on Rei - I tested the new setup (using custom unitypack) vs old one, and the output .asset files were bit-for-bit identical
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
numpy
|
||||
Pillow
|
||||
unitypack
|
||||
unitypack @ git+https://github.com/drojf/UnityPack@master # custom build of unitypack which does not require 'decrunch'
|
||||
setuptools # required for unitypack or else get `pkg_resources` error
|
||||
Reference in New Issue
Block a user