From df8031d46275ab1e0efc1225c33f58cda2f74872 Mon Sep 17 00:00:00 2001 From: Marijn Zwemmer Date: Sun, 11 Jul 2021 13:58:15 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 1b6a6ba..eac7bed 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,3 @@ This example code is shown in action in the gif below. Just hook up your GUI met ![Imgur](https://i.imgur.com/DDNfbHW.gif) - - -## How is it done -The current solution is done by https://github.com/OndrejPetrzilka and uses Unity's new UIElements code and reflection to hook up to the Toolbar's OnGUI callback.