UniLua icon indicating copy to clipboard operation
UniLua copied to clipboard

场景跳转崩溃

Open luckkiss opened this issue 10 years ago • 0 comments

项目里用unilua去调用c#的接口利用NGUI创建UI,但是有的时候,会发生跳转的时候整个工程崩溃的情况,但是利用延迟的方式调用场景跳转(不点击按钮),则没有事。求指教

UnloadTime: 3.072003 ms System memory in use before: 226.7 MB. Receiving unhandled NULL exception Launching bug reporter Obtained 256 stack frames. #0 0x00000004655601 in array_safe_grow #1 0x00000004655abb in array_safe_grow #2 0x00000004655a3a in array_safe_grow #3 0x00000004655b42 in array_safe_grow

luckkiss avatar Nov 18 '14 09:11 luckkiss

I am also in favour of adding this option.

It would be best to use the json language here, as you can send a few extra fields.

...
fields: [
   {
      "name":"Regular field title",
      "value":"Some value here"
   },
   {
      "name":"Inline field title",
      "value":"Some value here",
      "inline":true
   },
   {
      "name":"Inline field title",
      "value":"Some value here",
      "inline":true
   }
]

xartuu avatar Aug 30 '21 13:08 xartuu