Narry

Results 15 comments of Narry

Looks like both the Flowey the Decompiler guy and someone else are also working on reversing the updated Bytecode https://gist.github.com/PoroCYon/45f947d576f715de3a4d

I had this issue the first two times I tried launching badge arcade last night, but it has worked fine since. It was logging in forever. N3DS 11.2, Luma3DS. I...

Getting this as well

This is an issue that has been tracked in the past and while it's improved, it's never been fully resolved. There was a fairly long conversation in one of the...

> > This is an issue that has been tracked in the past and while it's improved, it's never been fully resolved. > > There was a fairly long conversation...

You'll need to import the updated package-manager based SDK and not the old UnityPackage SDK due to how Unity handles dependencies with packages, or else certain imports won't work as...

Having this same issue. $settings['docroot'] = '/home/server/www/graymanngaming.com/public_html/gamepanelx/'; // Set to the full path to your GamePanelX installation e.g. /home/me/public_html/gpx/ That's correct

Well I made it work. UpdateServer had this # gpxdir=$HOME/users/$srv_username/$srv_ip:$srv_port It was looking for a dir named "users" despite it being named "accounts"

I'd _much_ prefer a cleaner approach to this. If we're doing a shimmed wrapper, I'd like to go all out. Our common is scoped out via namespace, so unless you...

I'm not so sure about the Func method. Gonna ping @ircluzar on this one. Not sure if he'd prefer an interface, abstract class, or this Func method. I'm leaning on...