You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(">>>> ERROR: This script does not work on Python 2.7")
245
+
exit(-1)
246
+
247
+
ifsys.version_info> (3, 10):
248
+
print(">>>> WARNING: This script probably does not work on Python 3.11 because unitypack uses old version of decrunch which does not build. Use Python 3.10 or below if you have this error.")
0 commit comments