Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDK升级相关的文档~ #82

Merged
merged 5 commits into from
Apr 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions docs/creators.vrchat.com/sdk/upgrade/current-unity-version.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
---
title: "Current Unity Version"
title: "当前支持的 Unity 版本"
---

# Current Unity Version
# 当前支持的 Unity 版本

The current Unity version used by VRChat is [**2022.3.6f1**](https://unity.com/releases/editor/whats-new/2022.3.6).
VRChat 当前推荐使用的 Unity 版本是 [**2022.3.6f1**](https://unity.com/releases/editor/whats-new/2022.3.6)

This version is an update from our previous version, **Unity 2019.4.31f1**, and includes many improvements such as faster iteration times, improved asset import times, better editor stability, fully featured C# 8 support, a quick search feature, [and much more!](https://unity.com/releases/lts)
此版本是对我们之前使用的 **Unity 2019.4.31f1** 版本的重要更新,它带来了一系列改进,包括更快速的迭代周期、更高效的资源导入流程、更稳定的编辑器性能、全面支持 C# 8 语言特性、便捷的快速搜索功能,[以及更多新功能!](https://unity.com/releases/lts)

**Unity 2022 is required to use the latest version of the VRChat SDK**, and we strongly recommend upgrading if you are still on Unity 2019. Without upgrading, you can't access any future SDK updates, and some previously made content might experience issues.
**为了使用最新版的 VRChat SDK,必须升级至 Unity 2022**,如果您仍在使用 Unity 2019,我们强烈建议您进行升级。若不进行升级,您将无法获取未来的 SDK 更新,而且一些之前创建的内容可能会遇到兼容性问题。

For instructions on how to upgrade, [visit our Unity 2019 to 2022 documentation](/creators.vrchat.com/sdk/upgrade/unity-2022).
**为了确保您能够使用最新版本的 VRChat SDK**,您需要将您的 Unity 版本更新至 Unity 2022。如果您目前还停留在 Unity 2019,我们强烈推荐您进行升级。否则,您可能无法接收到未来的 SDK 更新,而且一些旧的内容可能会遇到问题。

有关如何从 Unity 2019 升级至 Unity 2022 的详细指南,请[查阅我们的文档](/creators.vrchat.com/sdk/upgrade/unity-2022)。
20 changes: 10 additions & 10 deletions docs/creators.vrchat.com/sdk/upgrade/index.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
---
title: Managing Unity
description: Learn how to update to a newer version of Unity
title: Unity 管理指南
description: 学习如何将 Unity 升级至最新版本
---

# Managing Unity
# Unity 管理指南

If you've worked with the VRChat SDK in the past, your project may be using an old version of Unity and the VRChat SDK. To use the latest version of the VRChat SDK, you'll first need to update Unity.
如果您之前使用过 VRChat SDK,您的项目可能基于较旧的 Unity VRChat SDK 版本。为了使用最新版的 VRChat SDK,您需要先对 Unity 进行升级。

- [Check which versions of Unity you already have installed](unity-2022.md#managing-unity-versions) on your PC that are VRChat compatible.
- Read our [Unity 2022 migration guide](/creators.vrchat.com/sdk/upgrade/unity-2022) to learn how to upgrade your Unity 2019 project to Unity 2022.
- Learn how to perform a [minor Unity version upgrade](/creators.vrchat.com/sdk/upgrade/migrating-to-a-newer-minor-unity-version).
flower-elf marked this conversation as resolved.
Show resolved Hide resolved
- **检查当前安装的 Unity 版本**:请参考我们的[Unity 版本管理](unity-2022.md#managing-unity-versions)部分了解详情。
- **Unity 2022 迁移指南**:了解如何将 Unity 2019 项目升级至 Unity 2022,请阅读我们的[官方迁移指南](/creators.vrchat.com/sdk/upgrade/unity-2022)
- **次要版本升级**:了解如何进行[Unity 次要版本的升级](/creators.vrchat.com/sdk/upgrade/migrating-to-a-newer-minor-unity-version)

::: info Starting a new project?
::: info 开始新项目?

Read [Setting up the SDK](/creators.vrchat.com/sdk/) to learn how to create new projects with VRChat's latest Unity SDK.
阅读 [设置 SDK](/creators.vrchat.com/sdk/) 部分,了解如何利用 VRChat 最新的 Unity SDK 开始您的新项目。

:::
:::
Loading