【Unity】ImageEffectsをインポートした後にCreaseShadingEditorでエラーが発生することがある
今日のエラー Assets/Editor/ImageEffects/CreaseShadingEditor.cs(8,6): error CS1503: Argument '#1' cannot convert 'object' expression to type 'System.Type' 解決 namespace UnityStandardAssets.ImageEffects { [CustomEditor(typeof (CreaseShadi...