Difference between revisions of "PowerTools"

From PowerUI
Jump to: navigation, search
(Created page with "PowerTools is a collection of tools written in HTML (which work in your browser too) designed to help with the creation of files used by PowerUI, such as localisation variable...")
 
Line 1: Line 1:
 
PowerTools is a collection of tools written in HTML (which work in your browser too) designed to help with the creation of files used by PowerUI, such as localisation variables, credit rolls or PowerSlide json files.
 
PowerTools is a collection of tools written in HTML (which work in your browser too) designed to help with the creation of files used by PowerUI, such as localisation variables, credit rolls or PowerSlide json files.
  
The source is intended to be easy to read and modify - note that 'rjs' is the extension we're using for 'real' JavaScript so Unity doesn't treat them as UnityJS!
+
'''Work in progress - please check back later!'''
  
== In your browser ==
+
== Accessing PowerTools ==
 +
 
 +
=== In the Unity Editor ===
 +
 
 +
Go to Window > PowerTools and then you can select a particular tool for the kind of task you'd like to do.
 +
 
 +
=== In your browser ===
  
 
You can find PowerTools at this location:
 
You can find PowerTools at this location:
  
 
* Path/To/PowerUI/PowerTools/index.html
 
* Path/To/PowerUI/PowerTools/index.html
 +
 +
Note that saving/ loading won't be as simple as it is from within the editor. This route is really intended to be uploaded and used remotely (see below).
 +
 +
=== From anywhere ===
 +
 +
PowerTools is designed so you can upload it onto a private website and work on aspects of your project from anywhere on any device with access to the web.

Revision as of 04:30, 21 March 2017

PowerTools is a collection of tools written in HTML (which work in your browser too) designed to help with the creation of files used by PowerUI, such as localisation variables, credit rolls or PowerSlide json files.

Work in progress - please check back later!

Accessing PowerTools

In the Unity Editor

Go to Window > PowerTools and then you can select a particular tool for the kind of task you'd like to do.

In your browser

You can find PowerTools at this location:

  • Path/To/PowerUI/PowerTools/index.html

Note that saving/ loading won't be as simple as it is from within the editor. This route is really intended to be uploaded and used remotely (see below).

From anywhere

PowerTools is designed so you can upload it onto a private website and work on aspects of your project from anywhere on any device with access to the web.