Naji Astier
Naji Astier
Hello, I had trouble running the script, but I finally found why after some debugging. I followed the readme and copied my cookie like it was asked. But I kept...
Hello, When I start de jamming after selecting the client, the app crash my whole OS. Here's the OSX report of the crash. I saw a lot of people had...
**Code** ```python import os import UnityPy env = UnityPy.load("./my_asset_bundle") for obj in env.objects: # process specific object types if obj.type.name in ["Texture2D", "Sprite"]: # parse the object data data =...
Hello, In the MDX page, there was an error on the first live example. The LoginForm component was not used correctly.
Hello, When reading #22, I've seen that Palworld is saving headerless GVAS data into a ByteProperty array. The thing is, the game I'm working on, Coral Island, is doing the...