Skip to content

Commit 3861fab

Browse files
committed
docs: 更新README以添加依赖说明和平台支持警告
在README_MARKETPLACE.md中添加了关于Dot Rush依赖的说明,并调整了平台支持的警告格式,使其更加醒目。这些信息对于用户正确安装和使用扩展至关重要。
1 parent 217a0eb commit 3861fab

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ Hi, I am a long time game developer here. I swtiched to VS Code and forks to dev
33

44
**⚠️ About the name:** Sorry for the Pro at the end of the name that sounds like a paid extension, I intended to call it Unity Code, but vs marketplace doesn't allow extensions with the same name, and the name is already taken by an extension named Unity Code which was abandoned the day it was published years ago. So I had to change the name to Unity Code Pro, but it is still totally free and open source.
55

6+
**⚠️ Dependency:** This extension depends on [Dot Rush](https://github.com/JaneySprings/DotRush), which is a C# language server. If you're using C# extension or C# dev kit extension, you have to disable them in order for this extension to function correctly.
7+
68
**⚠️ Platform Support:** Currently supports Windows x64 only. For other platforms (Linux, macOS), you can build the extension yourself from the source code.
79

810
**⚠️ Unity Version Requirement:** Our companion Unity package requires Unity 6.0 or higher.

README_MARKETPLACE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
Unity Code Pro is a powerful Visual Studio Code extension that brings professional Unity development tools directly to your code editor. Unity Code Pro delivers a seamless Unity development experience with comprehensive features for modern Unity development.
66

7-
> **📋 Platform Support:** Currently supports Windows x64 only. For other platforms (Linux, macOS), you can build the extension yourself from the source code.
7+
> **⚠️ Dependency:** This extension depends on [Dot Rush](https://github.com/JaneySprings/DotRush), which is a C# language server. If you're using C# extension or C# dev kit extension, you have to disable them in order for this extension to function correctly.
8+
>
9+
> **⚠️ Platform Support:** Currently supports Windows x64 only. For other platforms (Linux, macOS), you can build the extension yourself from the source code.
810
>
911
> **⚠️ Unity Version Requirement:** Our companion Unity package requires Unity 6.0 or higher.
1012

0 commit comments

Comments
 (0)