well.... you're trying to evade the resets, right?
H3draut3r
Recent community posts
as long as dev is working on the game, you should follow these rules to not get a crash:
1st:
Don't buy any upgrades further than the upgrades shown below . If the Upgrade cost exceed 2.14B, it crashes ( white has a max-level-lock )
2nd:
Don't buy the prestige-upgrades named "cube +1 by10" or "MiniBooser". one of these will trigger a bonus-counter, which gets an integer-overflow (crash)
3rd:
Don't get past Tier 11. srsly, there is no Tier 12 right now. Just an empty Tier 11 Cube
As long as you do, you can play the game as usual
Have fun everybody
It crashes because of another reason... most values are set as an integer, a 32bit-integer... which can't count further than 2^31 ( = 2,147,483,648 ).
If the value of Bonus-blocks or the costs of upgrades exceeds 2^31, Unity gets "dumb" and stops working ^-^
Dev is working on it ;-)
Join the Discord ( https://discord.com/invite/jwrF6TdBSn ) to get any updates.
INT-bug-fix may get released today ( if it's Monday in your region ^-^ )