From c08f298cb7c602c7a97624493c90c6b1c6c4d778 Mon Sep 17 00:00:00 2001 From: naninunenoy Date: Mon, 5 Sep 2022 20:46:43 +0900 Subject: [PATCH] fix README --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c10b500..ed279e1 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This library solve inconvenience of assembly definition on unity. Please add this line to `dependencies` of `Packages/manifest.json`. ``` -"dev.n5y.asmdefhelper": "https://github.com/naninunenoy/AsmdefHelper.git?path=Assets" +"dev.n5y.asmdefhelper": "https://github.com/naninunenoy/AsmdefHelper.git?path=Assets/AsmdefHelper" ``` ## Dependency Graph @@ -70,12 +70,17 @@ And you can also rename an asmdef by one action. ___ ## Environment -Unity 2021.2.8f1 +Unity 2022.1.6f1 This library use unity internal class, so may be not work (or couse build error) depending your unity vresion. I referred to this: [【Unity, C#】internalな型やメンバにアクセスするには、多分これが一番早いと思います](https://qiita.com/mob-sakai/items/f3bbc0c45abc31ea7ac0) +I have confirmed that the following unity versions compile successfully. + * 2019.4.31f1 + * 2021.2.8f1 + * 2022.1.6f1 + ## License MIT