https://github.com/longshilin/myunityplugins
https://github.com/longshilin/myunityplugins
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/longshilin/myunityplugins
- Owner: longshilin
- License: unlicense
- Created: 2023-03-21T14:37:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-21T15:18:55.000Z (over 2 years ago)
- Last Synced: 2025-03-03T20:43:01.496Z (7 months ago)
- Language: C#
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyUnityPlugins
```shell
# 启用符号链接支持
git config --global core.symlinks true# 创建文件夹链接
mklink /D "AICommandSamples" "../Packages/com.longshilin.aicommand/Samples~"```