Minor Readme fix

This commit is contained in:
Anton Zhernosek
2023-05-23 14:10:15 +02:00
committed by GitHub
parent 697d6fe98a
commit 8ded6a5dcd

View File

@@ -1,6 +1,6 @@
### Serializable Func ### Serializable Func
A UnityEvent for function calls with a return value. A UnityEvent for function calls with a return value.
Allows you to assign Func<T> via the Inspector. Allows you to assign Func\<T\> via the Inspector.
Looks and acts like a UnityEvent. Looks and acts like a UnityEvent.
Supports both GUI and UI Toolkit. Tested with Unity 2020.3, 2021.3, 2022.2, 2023.1. Supports both GUI and UI Toolkit. Tested with Unity 2020.3, 2021.3, 2022.2, 2023.1.
Tested in standalone Windows and Android builds, both with Mono and IL2CPP. Tested in standalone Windows and Android builds, both with Mono and IL2CPP.