Open-World RPG 'Neverness to Everness' Sets Launch
The open-world action RPG "Neverness to Everness" has announced an April 29, 2026 launch date. The title will feature cross-platform support for iOS, macOS, PC, Android, and PS5, signaling a growing trend of ambitious multi-platform games targeting Apple silicon.
Developer Hotta Studio's previous title, "Tower of Fantasy," provided a blueprint for this multi-platform strategy, emphasizing a commitment to optimizing and ensuring a consistent experience across all devices. The studio's choice of Unreal Engine was driven by its strong support for cross-platform development, aiming to make their titles a benchmark for games that span mobile, PC, and console ecosystems. "Neverness to Everness" is built on Unreal Engine 5, which is designed for broad platform support, including Windows, macOS, iOS, Android, and PlayStation 5. This allows for a single codebase to be adapted, but requires significant effort to ensure performance is consistent across the varied hardware, from high-end PCs to iPhones. For Apple silicon specifically, developers must manage features like the high-resolution Retina displays, which can impact rendering performance if not optimized correctly. The game's cross-progression is enabled by a backend architecture that manages player data independently of the platform they are playing on. This typically involves a centralized, platform-agnostic account system where game saves and player progress are stored in the cloud. When a player logs in, their data is synchronized to their current device, allowing for a seamless transition between platforms. Supporting a live-service open-world game at this scale necessitates a robust, globally distributed backend infrastructure capable of handling millions of users. Developers of such titles often leverage cloud services like AWS or Azure and may use Backend-as-a-Service (BaaS) platforms to manage features like user authentication, matchmaking, and real-time data synchronization. The architecture must be designed to autoscale, handling peak player loads during launch and special events to avoid downtime and maintain low latency.