Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Unity Package Managerに対応し、インポートと更新を容易にする変更を提案します。
これにより、OpenUPM等を通して「EVMC4U」を容易に管理することが可能となります。
ルートパスが
/Assets/
から/Packages/com.gpsnmeajp.evmc4u/
に変更されることを想定しています。変更点
Package.jsonの追加
64b58bb
パスの変更(Unity推奨レイアウトに準拠)
5051a6f
/EVMC4U/Editor
->/com.gpsnmeajp.evmc4u/Editor
/EVMC4U/Test
->/com.gpsnmeajp.evmc4u/Tests
/EVMC4U/*.cs
->/com.gpsnmeajp.evmc4u/Runtime/*.cs
/EVMC4U/SampleScripts/
->/com.gpsnmeajp.evmc4u/Samples~/SampleScripts
(Package ManagerのSamplesタブよりアクセス可能)/extra
->/com.gpsnmeajp.evmc4u/Samples~/SampleScripts/extra
Assembly Definitionファイルの追加
5b73c7d
各スクリプトの依存関係を明確にするため。
.metaファイルを監視対象に追加
21bc956
依存関係を保持するため。