it really wasnt a big deal, game is too easy, B)
Midoski
Creator of
Recent community posts
The experience of launching the games didn't really work the first time I tried it, I interacted with one of the games and thought it was going to take me straight in, but the game just froze and i didnt understand what to do, and I realize now that the launcher simply failed to open up and take over for the new game. I had to alt-f4 the "lobby" game and then it worked the 2nd time.
Sure. Basically in the past the issue I've had is I do a MacOS build for release in Unity, and the binary might even run locally but when I zip it up and try it on another Mac, it wont run, it might even not recognize it as open-able.
MacOS "Applications" are just folders with specific structures & manifests in the right places, the important path is: "MyApp.app/Contents/MacOS/MyApp". I've noticed that sometimes the filesystem "+x" flag, which denotes that this file is executable/runnable, is either not set, or set in a very limited way. In the past I've had luck issuing a command like: "chmod uog+x MyApp.app/Contents/MacOS/MyApp", which is basically saying "change permissions on this file, Users (u), Others (o), and Group (g) will gain (+) the executable flag (x).
Because the bundle isn't signed, it will still require users to right click it and select "Open", and then they can accept the warning dialog about un-trusted files and open Unity.
Thanks! Yeah I had about 5 days to knock something out and I definitely wasn’t going to be able to design, iterate and playtest on anything but something ultra-ultra simple gameplay wise. Going asset heavy felt like the best way to knock something out I could scope to have a sense of polish. I actually have had a very sad year with my family so this was cathartic.
As usual I ran out of time to polish the "What the hell is actually going on" part, it becomes apparent pretty quickly with a large group that the least-fed people are being dragged away every 15 seconds, but with just 2 people it feels like a skinner box. I wanted to add AI to reduce confusion and make it pretty obvious, but here I am.
I love it, the visuals and feel are excellent. I think having the ball state be a button hold instead of a toggle would go a long way. Having to manage my state in a level design that is going for sonic Iike fluidity gets real clunky.
The addition of the extra modes after you clear the first level is really good, I almost wish it started with a looser fluid map like the race and then worked into the more technical quasi puzzle style the main level has.