What products do you offer?
Our main product is Gameface - a powerful UI solution that brings the advantages of web technologies to AAA game development.
How can I test the software?
Get in touch with our team and we'll arrange the next steps to set up your trial and help you get started with the evaluation process.
Are there any limitations in the trial version of the software?
You can try Gameface free for 30 days with full access to all Pro features and functionality. The trial includes a small watermark and is meant for evaluation purposes only.
What's the price of the product?
Pricing depends on your project.
You can find more details in the Pricing section.
You can find more details in the Pricing section.
How does licensing work?
Licensing is per project - you'll need a separate license for each game or title using Gameface.
Learn more about how it works in the Pricing section.
Learn more about how it works in the Pricing section.
Which game engines are supported?
We offer ready-to-use integrations for Unreal Engine and Unity, and Gameface can also be integrated into custom in-house engines.
Which platforms are supported?
PC (includes Windows, macOS X, Linux), Mobile (Android, iOS), Sony Playstation®4, Sony Playstation®5, Microsoft XBOX One, Microsoft XBOX Series S/X, Nintendo Switch™ and Nintendo Switch 2™.
You can find the full list of supported platforms and engines on the Products page.
You can find the full list of supported platforms and engines on the Products page.
Do you provide customer support?
Yes! Our support team is here to help with setup, integration, and troubleshooting.
You can learn more about our support plans in the Support section.
You can learn more about our support plans in the Support section.
How do I report bugs or request new features?
You can always report these to our support team.
How often do you release new versions?
We have several release types, two main being:
- Feature releases - include new functionality and improvements, typically every 1-3 months.
- LTS releases - provide fixes and updates for existing versions, supported for at least 6 months.
Can I access the SDK source code?
Yes. Source code access is available for a one-time fee per project.
If you're interested, you can get in touch with our team.
If you're interested, you can get in touch with our team.
What's the difference between Gameface and regular web browsers?
Gameface is built specifically for game UI, not for general web browsing.
It uses a customized subset of web features optimized for performance and a flex-based layout system instead of the standard block model used in browsers.
It uses a customized subset of web features optimized for performance and a flex-based layout system instead of the standard block model used in browsers.
How does the UI communicate with the game engine?
Gameface makes data-driven UI easy. You can connect the UI and the game through events or promises, or even expose whole game objects directly to your HTML and JavaScript for real-time updates.
Does Gameface support popular JavaScript frameworks?
Absolutely. You can build your UI using modern frameworks like React, Preact, or SolidJS.
Can I deploy the same UI across multiple platforms?
Yes! Thanks to web technologies, you can design responsive UIs that adapt beautifully across all devices - from mobile screens to 4K consoles.
Gameface is platform-agnostic, so your UI runs seamlessly everywhere without extra work.
Gameface is platform-agnostic, so your UI runs seamlessly everywhere without extra work.
Can you easily debug and test UI during development?
Yes. You can use familiar Google Chrome DevTools to debug Gameface UIs - even when they are running on dev kits or mobile devices.
For automated testing, we offer an end-to-end (E2E) testing framework that simplifies UI test automation.
For automated testing, we offer an end-to-end (E2E) testing framework that simplifies UI test automation.
Can you encrypt and protect the UI assets?
Yes. Gameface's resource loading system is fully open and controllable through public code, allowing you to apply any security or encryption method you prefer to protect assets from tampering.
Can you expose the UI for modding and allow user-generated content?
Yes, Gameface can support user-generated UI content. Since rendering is based on valid HTML pages and their resources, you can safely manage what's loaded by controlling it from your integration code (allowing player-created content while blocking unapproved files).