Skip to content

hiroki-o/OnlineStoreTextTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

OnlienStoreTextTools:

Online Store text tools are utility/automation script to generate/update necessary files for Unity Online Store from Google Docs.

Required software:

Installing Google Data API python client

then, goto OnlineStoreTextTools directory, type

  • $> storelicense.py

and if you get help text instead of errors, you are ready to use it.

Example Command:

Downloading i17n store Google Docs settings as JSON:

  • $> ./storelicense.py --user [your@google.acount] --password [your.password] --key [your.doc.key]

Uploading JSON file and modify store Google Docs settings, leaving removed items unchanged:

  • $> ./storelicense.py --user [your@google.acount] --password [your.password] --key [your.doc.key] --upload ./myfile.json

Uploading JSON file and modify store Google Docs settings, also removing items that doesn't exist in given JSON:

  • $> ./storelicense.py --user [your@google.acount] --password [your.password] --key [your.doc.key] --upload ./myfile.json --fullsync

About

Tools to manage Unity Online Store localization via google docs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages