Unity Code Hot Update Scenario Jsbinding + Sharpkit Introduction

Source: Internet
Author: User
Tags lua

There are many code updates for unity, mainly LUA.

Jsbinding + Sharpkit is a new technology and he does two things:

  1. Jsbinding exports C # to JS, so you can write code with JS, just like Lua
  2. Sharpkit (sharpkit.net) translates C # code into JS code.

Therefore, he can let you use C # to compile the code, then a key to convert to JS code and run normally . If your project has been developed in C # and you want to be able to update the code, please try it.

This article first to do the introduction, follow-up this blog will do a detailed introduction.

  1. Serialization functionality is fully supported. That is, you can adjust the value in Inspector, including all underlying types, arrays, structures, and then one-click conversion;
  2. Almost all C # grammars are supported (generics, arrays, lamda expressions, delegate,ref/out, etc., later expanded in detail)
  3. First use C # to write and debug the program, and then a key compile C # compile JS; At the time of publishing, C # source files are deleted;
  4. Can still debug after converting to JS (using Firefox)
  5. Develop faster with C #

Jsbinding+sharpkit/installing Sharpkit and adding Sharpkit engineering

QQ Group: 189738580

Unity Code Hot Update Scenario Jsbinding + Sharpkit Introduction

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.