Skip to content

Commit acb09e8

Browse files
committed
docs(readme): updated information regarding scripting runtime
1 parent 9fcfdb7 commit acb09e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ 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.
20+
The code will only (at the time of writing) compile with the *.NET Standard 2.0* or *.NET 4.X* scripting runtime versions. The legacy scripting runtime is no longer supported.
2121
Read more about this [here](https://docs.unity3d.com/2019.1/Documentation/Manual/dotnetProfileSupport.html).
2222

2323
## Installation into Unity project

0 commit comments

Comments
 (0)