Jump to content

H5GG Menu with ARM64 Instruction and Unity Support (work on non-jailbroken)


1,882 posts in this topic

Recommended Posts

Posted

Version 1.9.2:
1. Improved support on UnityDictionary, handling some exception scenarios. YES, you should able to use UnityDictionary covering most, if not all, scenarios now.  
    In Unity Dictionary Key size looks like has some odd handling depends on Game developer's implementation preference. Current update should able to handle more scenarios that might happens. 
2.
Improved support on Color type in both Enhanced Menu UI or JSPlug-in. YES, you can now directly see the content of Color (RGBA) on the explorer UI, also can retrieve/update it from JSPlug-in.  
    Color is a value type combining 4 float numbers representing Red, Green, Blue, Alpha of the Color. For easy for human interpretation, I have converted it as 3 integer numbers (0-255, RGB Color) and a float number for Alpha.

Spoiler
var script = initializeUnitySupport();
var aryObj = script.call("findUnityObjectOfType", ["BeatStar$RhythmGame$GameController", true]);
var GameController = new UnityObject(aryObj[0]);
GameController.loadFields(["rhythmGameColours"])
var RhythmGameColours = new UnityObject(GameController.rhythmGameColours);
RhythmGameColours.loadFields(["laneColoursByScore"])
var LaneColoursByScoreDict = new UnityDictionary(RhythmGameColours.laneColoursByScore,"int32","color");
var color = {"r": 127,"g":17,"b":224,"a":1}
var ret = LaneColoursByScoreDict.set_Item(0,color)
//LaneColoursByScoreDict.export();

3. Minor bug fix on a number of bugs.
note:
1. This is a ALPHA release and for Unity Game only. It is good for Hack developer who want to test their limits only. Not for general user who do not
familiar with Unity. For general user who do not familiar with Unity, it is still a good tool to use, but you cannot maximise its value.
2. Performance could be bad, if the game has a lot class definition. It is tradeoff for features and performance for now. If you don't like it, you may skip these in your JS plugin. It won’t affect your performance if you are not using it.

Download Link: https://iosddl.net/cc5300c6b25b4bcd/H5GG_with_ARM_and_Unity_v1.9.2.zip

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines