Skip to content

Commit a20a4ed

Browse files
authored
Update README.md
1 parent 1aae788 commit a20a4ed

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,16 @@
3838
</a>
3939
</p>
4040

41+
## 📦 Install
42+
43+
```bash
44+
openupm add com.ivysola.uquery
45+
```
46+
or paste this into `manifest.json`
47+
```json
48+
"com.ivysola.uquery": "https://github.com/0xF6/UQuery.git?path=src/",
49+
```
50+
4151

4252
## 📌 Usage
4353

@@ -88,3 +98,9 @@ result // GameObject 'Title3'
8898
- [x] Additional exceptions types
8999
- [ ] Query cache system
90100
- [x] Access child (same names) by index
101+
102+
103+
## ⚙️ Unity Version Support
104+
105+
So, the code of this library uses C# `8.0` version, upm puts the source code in its pure form, and unity compiles it with its internal compiler - so the minimum supported version of the package is `2020.2`.
106+
if you want to use this library on older versions of the engine, the compiled library (`built in Plugins`) can also work on version `2019.*` or you can use [C# Custom compiler](https://github.com/mob-sakai/CSharpCompilerSettingsForUnity) for set-up your 2019.* unity to you to compile C# 8.0 in packages asmdef.

0 commit comments

Comments
 (0)