コガネブログ

平日更新を目標に Unity や C#、Visual Studio、ReSharper などのゲーム開発アレコレを書いていきます

【Unity】Scene ビューに Cube や Sphere やスプライトのギズモを簡単に表示できる「DrawGizmo」紹介

はじめに

「DrawGizmo」を Uniy プロジェクトに導入することで
Scene ビューに Cube や Sphere やスプライトのギズモを簡単に表示できるようになります

使用例

Cube

f:id:baba_s:20191103100931p:plain

f:id:baba_s:20191103100935p:plain

Sphere

f:id:baba_s:20191103100940p:plain

f:id:baba_s:20191103100944p:plain

スプライト

f:id:baba_s:20191103100948p:plain

f:id:baba_s:20191103100954p:plain