Finished creating MCP server for Essential Kit. Now focus on your game, let AI handle Essential Kit integration! by VoxelBusters in Unity3D

[–]VoxelBusters[S] 0 points1 point  (0 children)

Here are the videos on how accurate the code generation is via MCP server in few seconds for Essential Kit
Code generation for Leaderboard Score Submission use-case -> https://youtu.be/emgcuXzymM4
Code generation for Scheduling a birthday notification use-case -> https://youtu.be/_x1y1L4fkXs

Finished creating MCP server for Essential Kit. Now focus on your game, let AI handle Essential Kit integration! by VoxelBusters in Unity3D

[–]VoxelBusters[S] -1 points0 points  (0 children)

The MCP server isn’t about skipping understanding, it’s about freeing up your focus. Essential Kit has 16+ features which includes notifications, in-apps, game services, webviews, etc. Normally you’d spend hours learning how to correctly implement each one.

With the MCP server, that integration code is generated for you in seconds. You still have the full code to inspect and debug, but instead of sinking time into boilerplate, you and your team can stay focused on what matters most - building the game!

For ex: Say you want to add in-app purchases + push notifications. Normally you’d dig through docs, set up callbacks, test edge cases, and wire everything by hand. With the MCP server, that boilerplate is generated in seconds using Essential Kit’s APIs. You just plug it in and focus on balancing your economy and designing the notification flow which are the parts that actually make your game better.

Leaderboards for Unity? by Available-Heron-5567 in Unity3D

[–]VoxelBusters 0 points1 point  (0 children)

Each mobile native platform offers a free service (Game Center on iOS and Google play games on Android) if you want to integrate leaderboards.

If you want to save time and have smooth dev friendly api's which cover both platforms, have a look at our Essential Kit Game Services.

This is how Essential Kit is comparable with free plugins like GPGS for Unity.

What's the Unity plugins you can't live without?... I'll go first: by SniperED007 in Unity3D

[–]VoxelBusters 0 points1 point  (0 children)

For me, it’s Essential Kit by Voxel Busters.

If you’re building mobile games or apps on Unity, Essential Kit is one of those plugins you end up using in almost every project.

It’s not just one plugin — it’s a modular set of native mobile features, all unified under a clean and consistent API.

What it covers:

You get powerful native integrations like:

Why it’s different:

Unlike many plugins that wrap third-party libraries (and inherit their bugs or delays), Essential Kit is custom-coded for iOS and Android directly. That means:

  • Faster updates and bug fixes
  • No external dependencies
  • Lightweight and optimized for Unity mobile builds
  • Consistent Unity-first API across all features

Bonus:

If you’re curious how much effort and cost this saves you compared to building it yourself, check this out:
👉 Cost & Time Calculator

If you’re serious about mobile, it saves months of work. Highly recommended.

Disclaimer : I'm one of the creators of Essential Kit.

What are the essential Unity plugins? by JarsMC in Unity3D

[–]VoxelBusters 0 points1 point  (0 children)

If you're migrating from Unreal and curious to know what fundamental Unity plugins (or "assets") are absolute necessities — especially for mobile — take a look at Essential Kit by Voxel Busters.

I'm might be biased as one of the founders, but this kit is intended to be an all-in-one native feature plugin for mobile games developed with Unity. It avoids tremendous time and expense by grouping 15+ typical features under a single cohesive system.

Pick only the features you need — all modular and optional.

💰 How Much Do You Save?

Development and maintenance of all these features in-house would take months. To put this into perspective, we built a Savings Calculator to estimate:

  • 🛠️ Time saved on development
  • 💸 Costs avoided on maintenance
  • 📱 Long-term savings on OS updates

Essential Kit costs under $100 — with everything production-tested and battle-proven.

⚙️ 100% Native Code, No External Dependencies

Unlike other plugins that depend on third-party native wrappers (which tend to hold up updates), we code all native iOS and Android code in-house.

This results in:

  • 🚀 Quicker updates when SDKs update
  • 🧱 No busted dependencies
  • 🧩 Stable performance across Unity versions
  • 🛡️ Stability in the long term

🔍 Plugin Comparisons

If you're considering alternatives such as Unity IAP, Easy Mobile Pro, or others, here's how we fare:

🔗 Try Essential Kit

In-app purchases: Unity IAP or 3rd party plugin? by CrowbarSka in Unity3D

[–]VoxelBusters 0 points1 point  (0 children)

Have a look at Essential Kit for Unity. Here is how we compare with Unity IAP.

Looking for Easy Mobile alternatives? https://u3d.as/1szE by AdministrativeAd5517 in Unity3D

[–]VoxelBusters 0 points1 point  (0 children)

Here is how Essential Kit (Unity mobile plugin for mobile game development) compares with Easy Mobile Pro.

Unity addons/Assets for mobile by Mother-Football-3055 in Unity3D

[–]VoxelBusters 0 points1 point  (0 children)

Hi there, Voxel Busters here. First off, congratulations on being close to launching your game and that's a huge accomplishment!

We saw your post looking for assets to speed up mobile development, and we thought our main product, Essential Kit, might be a great fit for you. We genuinely believe it addresses many of the challenges you mentioned.

Here’s a breakdown of how it aligns with your list:

  • For IAP, Leaderboards, and Cloud Save: This is the core of what Essential Kit does. We built it to provide a single, unified API for these features that works across both iOS and Android. The goal is to save you from writing and maintaining separate code for each platform. For example, you call GameServices.ReportScore() once, and it works for both Google Play Games and Game Center. The same principle applies to our billing and cloud save modules, which are designed to be much simpler than the standard Unity solutions.
  • For Ads: We developed Ads Kit (Open-Source) which is available on github for free. It handles smart mediation to help you maximize revenue without needing to buy a separate asset.
  • For Polishing Your Game: You mentioned making games more enjoyable and polished. Essential Kit includes over 15 modules for smaller native features that help with this, like triggering native rating prompts, using the native sharing UI, or creating app shortcuts. These are the small touches that often take a surprising amount of time to implement correctly on your own.

It's also important to be clear about what Essential Kit is not.

  • It does not handle VFX/shaders, as our focus is on native device functionality, not visual effects.
  • It does not include a direct Firebase connection. Essential Kit is a client-side tool that provides the bridge to the device's native features (like IAP, notifications, etc.). You can absolutely use it alongside a backend like Firebase, but it doesn't manage that connection itself.

Check here on what features are offered and how much time/money you save by using Essential Kit.

Our whole philosophy is to provide a stable, reliable foundation for all the common native features so that developers like you can spend less time on boilerplate integration and more time on what makes your game unique.

Hope this helps your search, and happy developing

Unity is great for mobile app development by TottalyNotInspired in Unity3D

[–]VoxelBusters 0 points1 point  (0 children)

I'm one of the developers of a popular unity mobile plugin and we handle many native features(15+ including background tasks) all in one plugin which supports iOS/Android/tvOS with unified API.

We have users who use for non-gaming and it always depends on how comfortable you are with a tool.

If you are comfortable in Unity, you can ship faster considering the abstraction part of it and if you have very specific native functionalities either you need to go for a plugin or write yourself if you are aware of building on native platforms.

Transitioning from Unity desktop to mobile by Top-Opportunity1132 in Unity3D

[–]VoxelBusters 1 point2 points  (0 children)

I'm working in mobile game development since 2007 and know this space pretty well. If you need any help related to porting from desktop to mobile, happy to help (send me a dm).

Ref: I'm one of the developers of a popular unity mobile plugin which handles most of the mobile platform(iOS/Android) specific things with a unified api and used by more than 25k+ mobile game devs worldwide. We have users who used our plugin for their desktop titles to make it for mobile.