Saturday, January 13, 2018

【Works】Released "CodeGenerator3.4"

Released a new version 3.4 of the code/data generation tool <CodeGenerator>.

Newly,

  • Supports CSV data generation for Unreal Engine 4 "Datatable"
    features:
    • Exporting / Importing between CSVs and MS Excel
    • Bulk Export of MS Excel Sheets
    • Concatenating Export of MS Excel Sheets
  • Added English documentation

Download from here (GitHub):
https://github.com/sagipenta/CodeGenerator


Examples of use:
  Particularly recommend to use when you handle multiple Datatables
  in a single MS Excel file.
  Or it's convenient in a case that when you separate texts into each sheet
  by their own categories :
    You can subsequently concatenate and export them into a single Datatable.

  Handiness, efficiency, safety are well considered with an experience
  in several actual Game Dev projects.

【Works】CodeGenerator3.4リリース

コード・データ生成ツール<CodeGenerator>の新バージョン3.4をリリースしました。

新たに

  • Unreal Engine 4 の"Datatable"のCSVデータ生成に対応しました
     機能
    • エクスポート/インポート
    • シート一括エクスポート
    • シート連結エクスポート
  • ドキュメンテーションを追加しました

ダウンロードはこちらから(GitHub)



用途:
 複数のDatatableを一つのエクセルで管理したい場合など、特におすすめです。
 また、テキストをカテゴリ毎にシートで分け、
 あとで連結して一つのデータテーブルにまとめて出力する時などに便利です。

 実際のゲーム開発現場での経験を元に、
 使いやすさ・作業効率・安全性に配慮しています。