2018-11-19から1日間の記事一覧

Unity AssetPostprocessorを使ってインポート時にテクスチャを分割してみる

参考 https://anchan828.github.io/editor-manual/web/assetpostprocessor.html using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEditor; using UnityEditorInternal; using System.IO; public class SpriteAss…