Sneed Cody

Versatile Game Developer specializing in creating captivating 2D and 3D games using Unity and Unreal Engine. With a passion for turning concepts into immersive gaming experiences, I bring expertise in both realms, offering seamless Unity 2D development, Unreal 3D magic, and everything in between. From innovative mechanics to stunning visuals, let's collaborate to bring your gaming visions to reality.
48 Posts

How I Fix Error Restarting Game Activity Due to an Locking the Canva

When I started developing a 2D Android game using SurfaceView and a custom MainThread, everything seemed to work smoothly animations, frame rates, rendering all...

How to Fix a “Pit Cannot Be Resolve to a Type” Error in My Android Mancala Game

I’m currently building a Mancala based board game for Android, and while defining the game logic, I stumbled upon a frustrating error in Eclipse: "Pit...

How to Fix Google Play Game Services Setup in Android Studio

This was my very first attempt at integrating Google Play Game Services (GPGS) into a game built with Cocos2d-x using SonarCocosHelper. At first, everything...

How to Fix the Image Appear Error in My Phaser Game

So I ran into this frustrating problem recently when working on my Phaser game my image simply wouldn't show up on the screen. At...

How to Fix a SyntaxError in Your Python Text Based Game

Well, it was until I hit a SyntaxError that left me completely stuck. I thought it would be something simple maybe a missing parenthesis...