How to link with Google Spreadsheet
While I2 Localization allows editing Terms and Languages inside the Unity Editor, most of the time is more convenient to have a copy of the data as an external spreadsheets. That makes easier to synchronize all keys in the different languages and at the same time, the spreadsheets could be shared between several teammates to translate texts into all languages.
The plugin also allows the game downloading any modification to those Spreadsheets even after it's released and running on the player's device.
On the initial version, I2 Localization used the developer's Username and Password to access google. However, while that can make things easier on the developers computer, it could present a security risk to save the credentials in the deployed build so that it could download any changes.
This issue was solved by creating a Web Service that runs on the developers Google Drive and works as an intermediary between the game and the spreadsheets.
The first step to setup this workflow, it's to install the Web Service.
Click "Install" and that will make a copy of the WebService source code on your Google Drive.
Then you have to deploy the app |
And authorized it to access the Spreadsheet |
Back in unity, paste the Web Service URL
Then either create a new spreadsheet |
Or use any of the ones you already have |
Once everything is setup, use Import or Export to Download/Upload the localization data
Also, as an extra security measure, the plugin will only access Spreadsheets whose name starts with I2Loc.
(e.g. "I2Loc MyGame", but not "MyGame")
This makes even safer your google drive content, by only sharing and accessing the spreadsheets intended to be public and used for I2 Localization.
Created with the Personal Edition of HelpNDoc: Free Qt Help documentation generator