Skip to content

Commit 9fcfdb7

Browse files
committed
docs(readme): added info about supported scripting runtime version
1 parent ad5b436 commit 9fcfdb7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ Because this project is now using Unity packages, you should use a Unity version
1717
Although some scripts have been tested and confirmed working as far back as Unity 5.6, it will no longer be officially supported.
1818
Unity introduced the package manager in Unity 2017.2, but at a very early state.
1919

20+
The code will only compile with the .NET 4.X scripting runtime version. The legacy scripting runtime is no longer supported.
21+
Read more about this [here](https://docs.unity3d.com/2019.1/Documentation/Manual/dotnetProfileSupport.html).
22+
2023
## Installation into Unity project
2124

2225
### Through the UI

0 commit comments

Comments
 (0)