UniMasterLinker is a Unity editor extension that synchronizes master data between Google Sheets and Unity and automatically generates API classes.
Designed for game development in Unity, it offers management of master data and generation of API classes using pure C#.
This library is provided as a UnityPackage. Download the latest .unitypackage
file from the release page and import it into your project.
-
Copy Master Data for Google Sheet from MasterSheet to your Google Drive.
-
Use the editor window to retrieve data from Google Sheets and dynamically generate API classes. A sample usage is as follows:
[MenuItem("UniMasterLinker/Update API Classes")]
private static async void UpdateAPIClassFile()
{
// Add implementation here
}
All platforms supported by Unity are supported, as UniMasterLinker is written in pure C#.