Unity3d code migration from Android/ios to windowsphone experience notes

Source: Internet
Author: User

"1 Building a bad environment"

Recommended: Windows 8.1 Enterprise + Visual Studio 2013 (Full installation)

PS: If you want Visual Studio 2012, first install the VS and then install the wp8/wp8.1 SDK.

Microsoft url:http://msdn.itellyou.cn/


"2 common incompatible libraries found 16:24 2015/7/3"

1. Sharp Zip has a dedicated WP version: http://slsharpziplib.codeplex.com/

2. The encoding format does not support ANSI format, GetString does not support omitting parameters and so on, need to be modified manually.

3. The socket does not support asynchronous APIs that begin with begin, and can use native asynchronous APIs if manual modification is required.

4. Do not support timer, you need to implement

5. Not included in the MD5 algorithm library

6. Litjson has support WP version: https://github.com/tjumyk/litjson-portable

7. Ulua does not support WP, can use Nlua, but heard that efficiency is not Ulua High: http://ulua.org/index.html

PS: I heard recently someone has achieved better than Lua's hot update mode, know to say Bai ...

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

Unity3d code migration from Android/ios to windowsphone experience notes

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.