コガネブログ

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

【Unity】扇状のシリンダー、コーン、扇状、三角形のコライダが使用できる「Custom-Primitive-Colliders」紹介

はじめに

「Custom-Primitive-Colliders」を Unity プロジェクトに導入することで
扇状のシリンダー、コーン、扇状、三角形のコライダが使用できるようになります

使い方

扇状のシリンダー

f:id:baba_s:20181228141929p:plain

f:id:baba_s:20181228141935p:plain

「Fan Cylinder Collider」をアタッチすることで使用できます

コーン

f:id:baba_s:20181228141941p:plain

f:id:baba_s:20181228141948p:plain

「Cone Collider」をアタッチすることで使用できます

扇状

f:id:baba_s:20181228141955p:plain

f:id:baba_s:20181228142204p:plain

「Fan Collider 2D」をアタッチすることで使用できます

三角形

f:id:baba_s:20181228142006p:plain

f:id:baba_s:20181228142229p:plain

「Triangle Collider 2D」をアタッチすることで使用できます