From 9626f3d27014e6650c720c9cb8f544b29252aba8 Mon Sep 17 00:00:00 2001 From: Joni Savolainen Date: Thu, 28 Apr 2022 14:38:00 +0300 Subject: [PATCH] chore(readme): clarify lack of runtime support --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f98aae40..fc561033 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # UIComponents -#### A microframework for creating reusable components for Unity's UIElements. +#### A microframework for creating reusable components for Unity Editor's UIElements. + +**NOTE:** UIComponents is designed for the Unity Editor and uses `AssetDatabase`. +Support for Addressables may come in the future. ```c# [Layout("Assets/Editor/Components/MyComponent/MyComponent.uxml")]