From 1633980f89c590a2a0822e4e55911a50e419f409 Mon Sep 17 00:00:00 2001 From: Ruman Kim Date: Mon, 29 Oct 2018 22:37:05 +0900 Subject: [PATCH] Update broken external link The link https://github.com/Unity-Technologies/mono/commits/unity-staging has broken and not sure about the specific mono version. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 100cbc8..9613988 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ For detailed information about link.xml, read unity [manual](http://docs.unity3d ## What's the deal? Unity3D has old-fashioned and bizarre .NET Framework like these :) - - Basically based on .NET Framework 3.5 ([forked Mono 2.6](https://github.com/Unity-Technologies/mono/commits/unity-staging)) + - Basically based on .NET Framework 3.5 ([forked Mono](https://github.com/Unity-Technologies/mono/commits/unity-master)) - Runtime lacks some types in .NET Framework 3.5 (like System.ComponentModel.AddingNewEventHandler) - For iOS, dynamic code emission is forbidden by Apple AppStore.