ContenTable
Loksi Games
$20.00
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
12/22(2023) |
20.0 |
11/07(2024) |
20.0 |
Jump AssetStore
ContenTable allows you to create and edit ScriptableObjects easily and conveniently with your favorite spreadsheet software.ContenTable enables developers to easily create and edit large numbers of ScriptableObjects using spreadsheets. ScriptableObjects are an essential part of the Unity development pipeline, but creating and editing each instance of a ScriptableObject through the Unity editor is tedious on a good day. With ContenTable, however, you can create and edit character stats, shop inventories, weapon attributes, faction tech trees, missions, or whatever else you can imagine via your favorite spreadsheet software. It’s as simple as:Enter the object’s parameters into Excel or OpenOfficeAssign each column in your spreadsheet to a field in your ScriptableObjectSerialize your Excel document into Unity-ready assetsWhat’s more, ContenTable includes built-in localization support. Mark which columns contain localizable text and ContenTable will automatically generate lookup keys for your game’s localization system to find it with. Additionally, ContenTable can export all of your document’s text to a separate file for translation or future serialization. It's also compatible with Unity's Localization package: export text directly to a string table for easy lookup at runtime.ContenTable uses NPOI under the Apache 2.0 license; see Third-Party Notices.txt file in package for details.FeaturesSerialize Excel spreadsheets into Unity-ready ScriptableObjects.Easily create and edit large amounts of game content with Excel or OpenOffice.Versatile: serializes objects containing C# primitive types, strings, arrays, lists, and even references to other ScriptableObjects.Built in localization support: automatically generate text sheets for your translation team and lookup IDs for your game’s localization system.Unity Localization package integration: export text content such as names, descriptions, etc. directly to string tables.Source available.RequirementsUnity 2022 or newerDocumentationVideo Tutorial Series: Learn about ContenTable and all of its features.