HeadlinesBriefing favicon HeadlinesBriefing.com

Indie Dev Ditches Ambitious Plans for Unreal Engine 2D Game

DEV Community •
×

A developer has pivoted to a more manageable 2D, top-down project in Unreal Engine, using the PaperZD plugin. Despite simpler engines existing for 2D work, they're sticking with UE for the learning experience. Hardware limitations are also a factor; an aging GTX 1070Ti means development is happening on consoles like the PS5 Pro and Switch 2. The dev is focused on building a personal, nostalgic environment to maintain motivation.

Technical hurdles surfaced immediately. The developer accidentally installed a 'insider' build of Visual Studio 2026 and downgraded, which broke a critical VS Integration Tool. To maintain organization, they established strict naming conventions for assets like Blueprints, Textures, and Widgets. These rules are essential for managing complexity as the project scales, a common practice for solo developers using Unreal's powerful but intricate systems.

Current work focuses on coding battle mechanics and creating core assets. The plan involves leveraging advanced C++ skills to build custom classes, potentially for a future plugin sale. This blend of blueprint scripting and low-level coding is standard for developers wanting both rapid prototyping and performance. Personal touches, like naming a local squirrel 'Fabian,' highlight the solitary but passionate nature of indie game development.