1

KaiOS is "a web-based mobile operating system that is based on Linux kernel forked from B2G (Boot to Gecko), an open source community-driven successor of Firefox OS which was discontinued by Mozilla in 2016. (As written on its Wikipedia Article)

I wanted to use Unity Game Engine to make a game for it but I have not seen KaiOS as one of the available platforms to build for.

Is it possible that one of the platforms that Unity builds for (such as HTML5) can be made somehow compatible for KaiOS? Are there any other available tools I can use? Or will I have to work on the raw game from scratch?

Dawit Abraham
  • 1,616
  • 15
  • 19

1 Answers1

0

The answer is no: https://docs.unity3d.com/Manual/UnityCloudBuildSupportedPlatforms.html

Sorry to be a let down. It does support iOS though.

EDIT

If you put a little more work into it using HTML5, then yes.

  • Thanks for the answer Vakore. I know that Unity doesn't officially support KaiOS. I was wondering if Is was possible that one of the platforms that Unity does support (such as HTML5) can be made somehow compatible for KaiOS with a little more work? – Dawit Abraham Jan 30 '19 at 22:46
  • Oh, in that case yes. –  Jan 31 '19 at 01:40
  • Thanks. Do you know what kind of "more work" could be required? – Dawit Abraham Jan 31 '19 at 09:40
  • Not specifically. You'd need to make some sort of extenstion to make it compatible with KaiOS or figure out what KaiOS can/can't handle. –  Jan 31 '19 at 13:45