GUI.HorizontalSlider error

I am new to Unity and I have been trying to develop a small simple application which requires a GUI slider; the slider works fine the IDE but as soon as I move to the iphone, it crashes the app. I get the following error in the debugger console:

Unknown error occured in:
IP 0x561e60 at offset 0x400 of method UnityEngine.GUI:Slider (UnityEngine.Rect,single,single,single,single,UnityEngine.GUIStyle,UnityEngine.GUIStyle,bool,UnityEngine.FocusType) (0x561a60 0x564c00)[domain 0x10e8e70 - UnityDomainLoad.exe]

If I comment out the slider the application works fine.

I’m coding in c# and everytime I try to use events, the app crashes.

Is anyone else having problems with sliders and/or events? Has managed to get these to work?

This issue has been logged and will be fixed in the next Unity iPhone release :slight_smile: