User contributions
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 01:44, 13 March 2017 (diff | hist) . . (+151) . . User agent stylesheet
- 01:31, 13 March 2017 (diff | hist) . . (+76) . . IL2CPP (→Code Stripping turned on? Add Preserve) (current)
- 01:30, 13 March 2017 (diff | hist) . . (+834) . . N IL2CPP (Created page with "Platforms that use IL2CPP like WebGL and optionally mobiles need some special considerations. == Nitro Compiler == Firstly, you'll need to precompile all your Nitro and remo...")
- 01:22, 13 March 2017 (diff | hist) . . (+1,168) . . N Platforms (Created page with "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 Mult...")
- 01:13, 13 March 2017 (diff | hist) . . (+253) . . Multiple Resolutions (current)
- 01:11, 13 March 2017 (diff | hist) . . (+840) . . N Multiple Resolutions (Created page with "Screens now have a very wide range of resolutions and pixel densities (e.g. Retina), particularly on mobile devices. If you would like your UI to display at similar physical s...")
- 01:04, 13 March 2017 (diff | hist) . . (-2) . . Linking to app stores (→All platforms - Automatic switching) (current)
- 01:03, 13 March 2017 (diff | hist) . . (+2,692) . . N Linking to app stores (Created page with "Let's say you've made a free and a paid version of your app and you'd like to have a button in the free app which sends your players to somewhere they can buy the paid one. We...")
- 00:47, 13 March 2017 (diff | hist) . . (+17) . . Translation (current)
- 00:45, 13 March 2017 (diff | hist) . . (+859) . . N Translation (Created page with "If you're looking how to localise your game, see the localisation page instead. This is about translating already localised text. == Auto-Translate == We provide a free API...")
- 00:35, 13 March 2017 (diff | hist) . . (+5) . . Localization (→Auto-Translate)
- 00:31, 13 March 2017 (diff | hist) . . (-36) . . Localization (→Modular Grouping)
- 00:23, 13 March 2017 (diff | hist) . . (+5,207) . . N Localization (Created page with "Games are now extremely easy to distribute around the world. This means people of all languages can potentially see, and read, your game. To help with this, PowerUI makes loca...")
- 23:21, 12 March 2017 (diff | hist) . . (+15) . . Using images (→Unrecognised Filetypes)
- 23:19, 12 March 2017 (diff | hist) . . (+352) . . Using images (→Unrecognised Filetypes)
- 23:17, 12 March 2017 (diff | hist) . . (+5) . . Using images (→Path Examples)
- 23:10, 12 March 2017 (diff | hist) . . (+1,450) . . N Using images (Created page with "If you've got images in your project that you'd like to display on your project (which covers all the different formats from GIFs or PNG's to SVG) then they must be inside ''a...")
- 23:04, 12 March 2017 (diff | hist) . . (+4) . . Setting up a project (→Creating a HTML file) (current)
- 23:04, 12 March 2017 (diff | hist) . . (+4) . . Setting up a project (→Creating the Main UI)
- 22:55, 12 March 2017 (diff | hist) . . (+159) . . Setting up a project
- 22:55, 12 March 2017 (diff | hist) . . (-160) . . Setting up a project (→Applying the HTML file)
- 22:55, 12 March 2017 (diff | hist) . . (+234) . . Setting up a project
- 22:49, 12 March 2017 (diff | hist) . . (-27) . . Setting up a project
- 22:47, 12 March 2017 (diff | hist) . . (+498) . . Setting up a project (→Creating a new UI in a scene)
- 22:20, 12 March 2017 (diff | hist) . . (+2,951) . . N Custom CSS Function (Created page with "Defining a new CSS function can be wonderfully useful if you want to make something more readable. You can use them anywhere except for existing specification defined composit...") (current)
- 22:07, 12 March 2017 (diff | hist) . . (+156) . . Custom CSS Keyword (current)
- 22:04, 12 March 2017 (diff | hist) . . (+54) . . Custom CSS Keyword
- 22:03, 12 March 2017 (diff | hist) . . (+73) . . Custom CSS Keyword
- 22:02, 12 March 2017 (diff | hist) . . (+1,766) . . N Custom CSS Keyword (Created page with "Defining a new CSS keyword can be wonderfully useful if you want to make something more readable. You can use them anywhere except for existing specification defined composite...")
- 21:58, 12 March 2017 (diff | hist) . . (+143) . . Custom CSS Property (current)
- 21:48, 12 March 2017 (diff | hist) . . (+16) . . Custom CSS Property (→Formal Syntax and specifications)
- 21:44, 12 March 2017 (diff | hist) . . (+1,062) . . Custom CSS Property
- 21:43, 12 March 2017 (diff | hist) . . (+898) . . Custom CSS Property (→Composite Properties)
- 21:23, 12 March 2017 (diff | hist) . . (+244) . . Custom CSS Property (→Aliases)
- 21:18, 12 March 2017 (diff | hist) . . (-8) . . Custom CSS Property (→Initial value and inheritance)
- 20:16, 12 March 2017 (diff | hist) . . (+2,897) . . Custom CSS Property
- 19:51, 12 March 2017 (diff | hist) . . (+65) . . Custom CSS Property (→A basic property)
- 19:48, 12 March 2017 (diff | hist) . . (+2,240) . . Custom CSS Property
- 19:39, 12 March 2017 (diff | hist) . . (+5) . . N Custom CSS Property (Created page with "TODO!")
- 18:33, 12 March 2017 (diff | hist) . . (+78) . . Upgrading to PowerUI 2 (current)
- 18:32, 12 March 2017 (diff | hist) . . (+198) . . N PowerUI Versions (Created page with "You can see which version of PowerUI you're using by going to: * Window > PowerUI > About It's highly recommended to upgrade to PowerUI 2 if you'r...") (current)
- 18:14, 12 March 2017 (diff | hist) . . (+226) . . Custom elements (→A basic tag)
- 18:12, 12 March 2017 (diff | hist) . . (+3,930) . . N Custom elements (Created page with "Custom tags can be a great way to reuse functionality and extend PowerUI. They're designed to be simple to make, so simple copy and pasting skills or basic coding skills can b...")
- 13:05, 8 March 2017 (diff | hist) . . (+10) . . Event Flow (→Template)
- 00:00, 8 March 2017 (diff | hist) . . (-680) . . Event Flow (→Defining custom events)
- 23:47, 7 March 2017 (diff | hist) . . (+47) . . Event Flow (→Naming conventions)
- 23:45, 7 March 2017 (diff | hist) . . (+4,688) . . N Event Flow (Created page with "Events occur when something important happens. You can dispatch a custom event or listen to any event using the standard EventTarget interface. PowerUI follows the [https://ww...")
- 22:22, 7 March 2017 (diff | hist) . . (+1,183) . . Input Pointers
- 22:08, 7 March 2017 (diff | hist) . . (+288) . . Input Pointers (→Mouse Input)
- 22:06, 7 March 2017 (diff | hist) . . (+1,968) . . N Input Pointers (Created page with "An input pointer is [https://developer.mozilla.org/en-US/docs/Web/API/Pointer_events#term_pointer any kind of pointing device] which presses, hovers, or both. A mouse, a finge...")
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)