Author Topic: Unity 5 iOS Build Slider Bar value Bug  (Read 4429 times)

Magris

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
Unity 5 iOS Build Slider Bar value Bug
« on: March 04, 2015, 04:30:03 PM »
i changed audio listener volume with slider bar(or scroll bar) / it works in editor

but not working in iOS Build

uGUI slider bar is working

how can i Fix?


Xcode debug

A type load exception has occurred.
Replacements.MSCompatUnicodeTable:get_IsReady()
UnityEngine.Debug:Internal_Log(Int32, String, Object)
UnityEngine.Debug:LogError(Object)
EventDelegate:Execute(List`1)
UIProgressBar:set_value(Single)
UISlider:OnDragForeground(GameObject, Vector2)
VectorDelegate:Invoke(GameObject, Vector2)
BoolDelegate:EndInvoke(IAsyncResult)
UIEventListener:OnDrag(Vector2)
Replacements.MSCompatUnicodeTable:get_IsReady()
UnityEngine.GameObject:SendMessage(String, Object, SendMessageOptions)
UICamera:Notify(GameObject, String, Object)
UICamera:ProcessPress(Boolean, Single, Single)
UICamera:ProcessTouch(Boolean, Boolean)
UICamera:ProcessTouches()
UICamera:Update()
Replacements.MSCompatUnicodeTable:get_IsReady()
 
(Filename: /Users/builduser/buildslave/unity/build/artifacts/generated/common/runtime/UnityEngineDebug.gen.cpp Line: 56)
« Last Edit: March 05, 2015, 04:07:48 PM by Magris »

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Unity 5 iOS Build Slider Bar value Bug
« Reply #1 on: March 05, 2015, 10:08:45 PM »
Sounds like you are building with IL2CPP turned on. It's a beta feature which is still buggy. Report it as a bug to Unity in hopes that they fix it.

Magris

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 2
    • View Profile
Re: Unity 5 iOS Build Slider Bar value Bug
« Reply #2 on: March 05, 2015, 10:44:08 PM »
yes it was ios64 build

but ugui slider works well

is it unity bug?
i think it is ngui slider(scroll) bar problem

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Unity 5 iOS Build Slider Bar value Bug
« Reply #3 on: March 10, 2015, 07:27:48 PM »
uGUI and NGUI are different systems. NGUI is all user code, while uGUI uses internal code.

Yes, anything related to crashes, especially regression ones (works in previous versions or alternate platforms/builds) is all on Unity's side.