Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kakunpc/Assets2Packages
https://github.com/kakunpc/Assets2Packages
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kakunpc/Assets2Packages
- Owner: kakunpc
- License: mit
- Created: 2018-08-02T02:45:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-11T06:19:33.000Z (almost 6 years ago)
- Last Synced: 2024-07-13T22:48:42.175Z (4 months ago)
- Language: C#
- Size: 445 KB
- Stars: 25
- Watchers: 0
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unity-open-source-on-github - Assets2Packages - Assets to Packages (Asset)
README
# Assets2Packages
![Image1](https://raw.githubusercontent.com/kakunpc/Assets2Packages/master/Images/Assets2Packages.gif "Assets2Packages")
Assets にある物を、ディレクトリごとPackagesに移動させる事ができるEditor拡張
# 使い方
1. `Packages/manifest.json` を開き、dependenciesの中に `"com.kakunpc.assets2package": "https://github.com/kakunpc/Assets2Packages.git"` を追記します。
1. Unityを起動します。
1. メニューの Window -> Assets2Packages を選択します。
1. 設定項目を入力して、 `Move Start` をクリック# 動作環境
- Unity2018.3
- .NET 4.x Equivalent# LICENSE
MIT License Copyright (c) 2018 kakunpc Released under the MIT licensehttps://github.com/kakunpc/Assets2Packages/blob/master/LICENSE