From a97aa9b3b416e4c9122ea1be1a1b93b1169b0cd3 Mon Sep 17 00:00:00 2001 From: Denis Rizov Date: Sat, 12 Feb 2022 18:50:42 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c29f675f..fa85e167 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # NaughtyAttributes -[![Unity 2018.4+](https://img.shields.io/badge/unity-2018.4%2B-blue.svg)](https://unity3d.com/get-unity/download) +[![Unity 2019.4+](https://img.shields.io/badge/unity-2019.4%2B-blue.svg)](https://unity3d.com/get-unity/download) [![openupm](https://img.shields.io/npm/v/com.dbrizov.naughtyattributes?label=openupm®istry_uri=https://package.openupm.com)](https://openupm.com/packages/com.dbrizov.naughtyattributes/) [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://github.com/dbrizov/NaughtyAttributes/blob/master/LICENSE) @@ -13,7 +13,7 @@ The attributes that won't work in your custom editors are the meta attributes an 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`. ## System Requirements -Unity 2018.4.0 or later versions. Feel free to try older version. Don't forget to include the NaughtyAttributes namespace. +Unity **2019.4** or later versions. Don't forget to include the NaughtyAttributes namespace. ## Installation 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).