Difference between revisions of "Platforms"

From PowerUI
Jump to: navigation, search
Line 1: Line 1:
We want to make using PowerUI as simple as it possibly can be, especially on mobile platforms. If you're developing a range of screen sizes and pixel densities, see the [[Multiple_Resolutions|resolution guide]] too.
+
We want to make using PowerUI as simple as it possibly can be. It's been built from scratch to make it straight forward for it to "just work" on any Unity platform. If you're developing a range of screen sizes and pixel densities, see the [[Multiple_Resolutions|resolution guide]] too.
  
''As a general rule, if you get a build error, remove the Nitro compiler and try again.''
+
''As a general rule, if you get a build error, remove the Nitro compiler and try again. If it's still erroring, it's a bug - please let us know!''
  
 
== Android ==
 
== Android ==

Revision as of 01:39, 13 March 2017

We want to make using PowerUI as simple as it possibly can be. It's been built from scratch to make it straight forward for it to "just work" on any Unity platform. If you're developing a range of screen sizes and pixel densities, see the resolution guide too.

As a general rule, if you get a build error, remove the Nitro compiler and try again. If it's still erroring, it's a bug - please let us know!

Android

PowerUI just works on Android.

WebGL

See the IL2CPP page.

iOS (and some consoles)

iOS, like some consoles, does not allow runtime compilation. That causes some complicated problems for Javascript (and it's why PowerUI's Javascript is different). However, it can be still used so long as you precompile it first:

Nitro-precompile.png

Window -> PowerUI -> Nitro Settings

Power tip: The PowerUI precompiler runs when you check the box and when a HTML file changes whilst Unity is open. If you add any new Nitro you should recheck the box before you build your app to be sure it has all precompiled.

If you're also using IL2CPP with code stripping turned on, see the wiki entry about IL2CPP.

Windows Phone

Windows Phone is much more restrictive than iOS - you need to entirely remove the Nitro compiler. Fortunately that just involves ticking both boxes:

Nitro-precompile-nort.png

Window -> PowerUI -> Nitro Settings