Coder Social home page Coder Social logo

qingfeng346 / scorpio-csharp Goto Github PK

View Code? Open in Web Editor NEW
222.0 222.0 51.0 12.56 MB

Unity游戏热更新脚本

Home Page: https://www.fengyuezhu.com/docs/#/README

License: GNU General Public License v3.0

C# 98.32% Csound Score 1.44% PowerShell 0.24%
sco scorpio scorpio-csharp script unity

scorpio-csharp's People

Contributors

fengyuezhu avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

scorpio-csharp's Issues

發現一個BUG

作者你好
最近, 在最新v1.0.3版本中發現一個BUG

v1.0.0 第一个发行版不會有此BUG

Main =
{
TestValue = 0;

function OnAwake()
{
	Debug.Log( "#1 TestValue= " + this.TestValue );
	var i = this.TestValue;            // 這裡應該要是賦值,但卻變成參考
	++i;                               // 導致 ++i 變成了加到 this.TestValue
	Debug.Log( "#2 TestValue= " + this.TestValue );
}

}

謝謝 ^_^

Unity 2018.3.6f1 (64-bit) - IL2CPP 問題

作者你好, 我又來了...
我使用 Unity 2018.3.6f1 (64-bit), 設定用 IL2CPP 來輸出 android - apk
跑 Scorpio-CSharp 會有一些問題

  1. 腳本一開始若使用 Application.version 會是 null, 若繼續執行就觸發例外訊息
  2. 腳本繼續跑下去, 就馬上會出現死機的狀況, 畫面整個卡死了
    我調查原因是腳本去呼叫c#功能, 要讀取AssetBundle, 卡死在LoadAsset裡面...
    但我用c#呼叫時又不會發生卡死...
    不知原因為何

PS: 同樣的code, 若使用預設的Mono就一切正常
對了~非常感謝有這麼好用的 Scorpio-CSharp, 很棒, ^_^

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.