JTAOO / JCSVImporterForUnity

A csv importer tool.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JCSVImporterForUnity

A csv (output by Renderdoc) importer tool.

How to Use (Auto, Quick)

  • Right click your csvFile in Project Window and find function JCSVImporterWindow_AutoImport, Click it !
  • But make sure your csvFile looks like:

image

image

  • Bad Example: (Format like this is not recognized!)

image

How to Use (Auto)

  • Just Copy JCSVImporter folder to your unity project.
  • Open the window by click Jtools-J CSV Importer.
  • Fill your CSV file from Renderdoc.
  • Click Auto Fill Inputs button.
  • Click Import button.

image

image

How to Use (Manual)

  • Just Copy JCSVImporter folder to your unity project.
  • Open the window by click Jtools-J CSV Importer.
  • Fill your CSV file from Renderdoc.
  • Fill the paramType and paramSize, make the structure the same as the CSV file.

image

image

image

About

A csv importer tool.

License:MIT License


Languages

Language:C# 100.0%