twisted89

Results 10 comments of twisted89

Had the same issue, ended up using javascript to move the button into the header. ``` window.MoveElementToClass = (fromElement, toClass) => { var felement = document.getElementById(fromElement); var telement = document.getElementsByClassName(toClass);...

Still occurs in latest update. FYI my shortcuts don't contain "Steam" - "C:\Program Files\TcNo Account Switcher\TcNo-Acc-Switcher.exe" +s: "

Guessing this is just getting ignored then.

Response from Google bug report [https://issuetracker.google.com/issues/243471116#comment10](https://issuetracker.google.com/issues/243471116#comment10) ``` I verified that native debugging works with Magisk, but it does not work with Magisk+Zygisk. This is outside our scope of Android Studio...

http://www.haxorware.com/forums/showthread.php?tid=6860&pid=36464#pid36464

Still can't get this to work, the game I'm trying to open is a PC one so it consists of level0, level1 etc.. Sharedassets0.assets... these are all individual 'asset' files...

I don't think you read my posts properly, according to ata4's instructions we don't even need to use his tool but that's not working. Also I've run both the binaries...

Ok, so I manged to find a web player version of the game and I can open up the scenes in unity with all files in the project root which...

This can happen when you have a host monitor in portrait mode (don't ask me why, it just does). The only way to avoid it is to turn off the...

Had the same issue, documentation is non-existent but after trawling through the code you can use the following. Issue stems from the fact that Liquid is a secure language and...