Giter Club home page Giter Club logo

fivestar's People

Contributors

wufanjoin 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

fivestar's Issues

进入 hotfix 的 Component 后没有 exception 日志

发现在 hotfix 的 component 里面处理数据应该出现 exception, 但unity没有任何提示,流程就断在 exception 出现的地方,

string aa = "123";
            if (!string.IsNullOrEmpty(aa))
            {
                string[] arr_str2 = aa.Split(',');
                int bb = Convert.ToInt32(arr_str2[0]);
                int cc = Convert.ToInt32(arr_str2[1]);
                int dd = Convert.ToInt32(arr_str2[2]);
            }

上面这段写在 model 的 Init.cs 或是 hotfix 的 Init.cs 都会有 outOfRangeException 提示,但如果写在继承 Component 的函数上就没提示

System.IndexOutOfRangeException: Index was outside the bounds of the array.

进入 hotfix 的 Component 后没有 exception 日志

发现在 hotfix 的 component 里面处理数据应该出现 exception, 但unity没有任何提示,流程就断在 exception 出现的地方,

string aa = "123";
            if (!string.IsNullOrEmpty(aa))
            {
                string[] arr_str2 = aa.Split(',');
                int bb = Convert.ToInt32(arr_str2[0]);
                int cc = Convert.ToInt32(arr_str2[1]);
                int dd = Convert.ToInt32(arr_str2[2]);
            }

上面这段写在 model 的 Init.cs 或是 hotfix 的 Init.cs 都会有 outOfRangeException 提示,但如果写在继承 Component 的函数上就没提示

System.IndexOutOfRangeException: Index was outside the bounds of the array.

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.