Modified a few for 'Unity Asset Store'

This commit is contained in:
sta 2015-05-05 16:33:19 +09:00
parent 98cee6e20e
commit c41c49960f

View File

@ -51,8 +51,9 @@ websocket-sharp is available on the **Unity Asset Store**.
It works with **Unity Free**, but there are some limitations: It works with **Unity Free**, but there are some limitations:
- **[Security Sandbox of the Webplayer]** (server doesn't work in the webplayer) - **[Security Sandbox of the Webplayer]** (the server doesn't work in the webplayer)
- **[.NET Socket Support for iOS/Android][Unity Licenses Comparison]** (requires iOS/Android Pro) - **[.NET Socket Support for iOS/Android][Unity Licenses Comparison]** (requires iOS/Android Pro)
- **Limited support for the System.IO.Compression** (the compression extension isn't available on Windows)
- **.NET API 2.0 compatibility level for iOS/Android** - **.NET API 2.0 compatibility level for iOS/Android**
Using **.NET API 2.0 compatibility level for iOS/Android** requires to fix lack of some features for later than .NET 2.0, such as the `System.Func<...>` delegates (so i've fixed it in the asset package). Using **.NET API 2.0 compatibility level for iOS/Android** requires to fix lack of some features for later than .NET 2.0, such as the `System.Func<...>` delegates (so i've fixed it in the asset package).