Skip to content

Commit a97aa9b

Browse files
authored
Update README.md
1 parent 77f2103 commit a97aa9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NaughtyAttributes
2-
[![Unity 2018.4+](https://img.shields.io/badge/unity-2018.4%2B-blue.svg)](https://unity3d.com/get-unity/download)
2+
[![Unity 2019.4+](https://img.shields.io/badge/unity-2019.4%2B-blue.svg)](https://unity3d.com/get-unity/download)
33
[![openupm](https://img.shields.io/npm/v/com.dbrizov.naughtyattributes?label=openupm&registry_uri=https://package.openupm.com)](https://openupm.com/packages/com.dbrizov.naughtyattributes/)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/dbrizov/NaughtyAttributes/blob/master/LICENSE)
55

@@ -13,7 +13,7 @@ The attributes that won't work in your custom editors are the meta attributes an
1313
If you want all of the attributes to work in your custom editors, however, you must inherit from `NaughtyInspector` and use the `NaughtyEditorGUI.PropertyField_Layout` function instead of `EditorGUILayout.PropertyField`.
1414

1515
## System Requirements
16-
Unity 2018.4.0 or later versions. Feel free to try older version. Don't forget to include the NaughtyAttributes namespace.
16+
Unity **2019.4** or later versions. Don't forget to include the NaughtyAttributes namespace.
1717

1818
## Installation
1919
1. The package is available on the [openupm registry](https://openupm.com). You can install it via [openupm-cli](https://github.com/openupm/openupm-cli).

0 commit comments

Comments
 (0)