KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#deepseek-harness
#dsh-plugin
#open-source
#ai
#cli
#dsh
#claude-code
#codex
#developer-tools
#react
Deeplicate.unity
★ 16
Open GitHub ↗
アセットをディープコピーするヤーツ
Download README (.md)
Explore Similar Repositories
copy
:
Package for fast copying structs of different types
bytekit
:
Java 字节操作的工具库(不是字节码的工具库)
DeepCopy.Expression
:
The library for deep copying objects made with expression trees.
deepcopy
:
Deep copying for Go
deepClone
:
A tiny library for deeply copying Javascript objects and arrays
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Deeplicate.unity
?
Download (.md)
# Deeplicate [](https://unity3d.com/get-unity/download/archive) [](https://raw.githubusercontent.com/c3-hoge-fuga-piyo/Deeplicate.unity/master/LICENSE) [](https://github.com/c3-hoge-fuga-piyo/Deeplicate.unity/releases) アセットをディレクトリ単位でコピーした際に、コピー元のアセットを参照してしまうお悩みを解決するヤーツ ## Installation ### Unity Package Manager (Git URL) ※Unity 2019.3.4f1 または Unity 2020.1.0a21 以降のみ `Packages/manigest.json` の `dependencies` に `"dev.ohanaya.deeplicate": "https://github.com/c3-hoge-fuga-piyo/Deeplicate.unity.git?path=Assets/OhanaYa/Deeplicate"` を追加します。 参照: [Unity - Manual: Installing from a Git URL](https://docs.unity3d.com/Manual/upm-ui-giturl.html) ### Asset Package [Deeplicate.unity/releases](https://github.com/c3-hoge-fuga-piyo/Deeplicate.unity/releases) よりダウンロードした `Deeplicate.*.*.*.unitypackage` をプロジェクトにインポートします。 参照: [Unity - Manual: Importing local Asset packages](https://docs.unity3d.com/Manual/AssetPackagesImport.html) ## Usage 1. コピーしたいディレクトリを選択し「Assets/Deeplicate」を実行する 2. 以上   