From 5fcaa9111f668ebf08ead468d68d7a7926940bfc Mon Sep 17 00:00:00 2001 From: Bogay Date: Fri, 15 Nov 2024 13:43:44 +0800 Subject: [PATCH] Update: en/integration-r3: typo --- docs/articles/en/integration-r3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/articles/en/integration-r3.md b/docs/articles/en/integration-r3.md index 45fdfc38..7c52d33a 100644 --- a/docs/articles/en/integration-r3.md +++ b/docs/articles/en/integration-r3.md @@ -2,7 +2,7 @@ By integrating [R3](https://github.com/Cysharp/R3) into your project, it adds extension methods compatible with Reactive Extensions (Rx). -If you have installed R3 via the Package Manager, the following functionality will be automatically added. However, if you have imported UniRx via a unitypackage or similar method, you'll need to add `LITMOTION_SUPPORT_R3` to `Settings > Player > Scripting Define Symbols`. +If you have installed R3 via the Package Manager, the following functionality will be automatically added. However, if you have imported R3 via a unitypackage or similar method, you'll need to add `LITMOTION_SUPPORT_R3` to `Settings > Player > Scripting Define Symbols`. ### Creating Motion as an Observable