Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: Magris on March 04, 2015, 04:30:03 PM

Title: Unity 5 iOS Build Slider Bar value Bug
Post by: Magris 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)
Title: Re: Unity 5 iOS Build Slider Bar value Bug
Post by: ArenMook 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.
Title: Re: Unity 5 iOS Build Slider Bar value Bug
Post by: Magris 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
Title: Re: Unity 5 iOS Build Slider Bar value Bug
Post by: ArenMook 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.