Search Unity

[Released] Research Tools: UPython2, CSVManager, IniDatabase

Discussion in 'Assets and Asset Store' started by quincyHuang, Apr 29, 2021.

  1. quincyHuang

    quincyHuang

    Joined:
    May 30, 2013
    Posts:
    20

    UPython2
    Available on Unity Asset Store
    • Essentially, it is a tool that bridges Unity and Python.
    • Unlike the first generation, this update applies multi-threading and asynchronous calling features, which makes UPyhon2 supports running multiple independent Python programs simultaneously.
    • UPython2 is a tool out of the box, as long as you have configured the Python environment.

    CSVManager
    Available on Unity Asset Store
    • CSV Manager upgraded from CSV Reader.
    • CSV Manager can handle multiply CSV tables at the same time. It supports reading a CSV file from HD, creating your CSV table by C#, and output it to a CSV file to HD.
    Requirement:
    One of the following plugins must be imported:
    If you have Odin Inspector, you will get a friendly database UI in the Inspector. Otherwise, the database would be a black box to you.



    IniDatabase
    Available on Unity Asset Store
    • This tool helps to manage a flexible and user-customized data structure database.
    • This tool contains a rich set of APIs to help you read/write the most Unity C# primary data type. You can also easily extend the basic APIs to write your extension APIs to read and write any data type. More, this tool also supports the read/write the database from/into a file.
    • This tool can manage multiple databases at the same time. You can use different databases in combination to meet your needs.
    Requirement:
    One of the following plugins must be imported:
    If you have Odin Inspector, you will get a friendly database UI in the Inspector. Otherwise, the database would be a black box to you.
     
    Last edited: Apr 29, 2021