うにてぃブログ

主にUnityとC#に関する記事を書いていきます

2020-07-10から1日間の記事一覧

【Unity】Scene 上に Image の UV と 頂点カラー を表示する

通常の画像 9Sliceのある画像 using System.Collections.Generic; using System.Linq; using System.Reflection; using UnityEditor; using UnityEngine; using UnityEngine.UI; namespace Yorozu.EditorTool { public class EditorImageDrawer { private st…