コガネブログ

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

【Unity】ベジェ曲線、円弧、楕円、角丸ボックス、カプセル、星の 2D コライダが使用できる「Custom 2D Colliders」紹介

はじめに

「Custom 2D Colliders」を Unity プロジェクトに導入することで
ベジェ曲線、円弧、楕円、角丸ボックス、カプセル、
星の 2D コライダが使用できるようになります

ベジェ曲線

f:id:baba_s:20180421094254p:plain

f:id:baba_s:20180421094302p:plain

円弧

f:id:baba_s:20180421094618p:plain

f:id:baba_s:20180421094319p:plain

楕円

f:id:baba_s:20180421094329p:plain

f:id:baba_s:20180421094338p:plain

角丸ボックス

f:id:baba_s:20180421094346p:plain

f:id:baba_s:20180421094355p:plain

カプセル

f:id:baba_s:20180421094414p:plain

f:id:baba_s:20180421094427p:plain

f:id:baba_s:20180421094436p:plain

f:id:baba_s:20180421094444p:plain