SimpleFolderIcon icon indicating copy to clipboard operation
SimpleFolderIcon copied to clipboard

Customize the folder icon in Unity project window

Results 7 SimpleFolderIcon issues
Sort by recently updated
recently updated
newest added

## 概要 PackageManagerでアセットをインストール可能にしたい ## 目的 unitypackageより便利にするため ## 実装方法・案 - package.jsonの追加 - アイコンフォルダのパスが変化するのでその対策 - ReadmeにURLを追加

ファイルパスに依存しない形 or 設定で変更できるようにする

# アイコンカスタマイズ機能 設定でアイコンとフォルダ名の結び付け、削除ができるようにする機能 ## 例 - Scenes.pngをSceneフォルダ・Scenesフォルダに結び付ける - Resources.pngの結び付けをContentsフォルダに変更する - Editorフォルダのアイコンを削除する ## 設定方法 - scriptableobject? (preferencesウィンドウで設定できればなおよい) ## 実装方法 現在ファイル名からDictionaryを作っているのを、scriptableobject + エディタ拡張でカスタマイズできるようにする ## 問題点など - 設定ファイルのリセット(規定値をどのように設定するか?・削除したときの動作)

enhancement

Maybe someone would be interested in a package version that supports customizing icons and folder names: https://github.com/NuclearBand/UnityProjectFolderIcons I did not make a fork, because there are too many changes, and...

## バグの説明 `Assets\SimpleFolderIcon\Editor\IconDictionaryCreator.cs(68,40): error CS1061: 'Dictionary' does not contain a definition for 'TryAdd' and no accessible extension method 'TryAdd' accepting a first argument of type 'Dictionary' could be found (are...

bug

Worked on transferring to the asset folder package folder to be able to support Unity Package standards (e.g. OpenUPM). fix #10 # Changes - Add Package.json - Transfer Directory `Assets`...