Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - boussama

Pages: [1]
1
NGUI 3 Support / NGUI 3.5.3 doesn't work for me
« on: June 19, 2014, 08:03:47 PM »
Hello, i am using NGUI 3.5.3 on Unity 4.0.1 and it doesnt work.
this is the error message:
"Assets/NGUI/Scripts/Editor/NGUITransformInspector.cs(155,2): error CS1729: The type `UnityEditor.CustomEditor' does not contain a constructor that takes `2' arguments"
can someone help me please ?

2
NGUI 3 Support / Re: Drag and Drop on an empty Grid
« on: May 04, 2014, 11:47:36 AM »
how can i add the widget script to the grid because it's not there ?!

3
NGUI 3 Support / Drag and Drop on an empty Grid
« on: May 04, 2014, 10:53:19 AM »
Hello, i am making a drag and drop system between two ScrollView that contain Grid for arrangement purpose.
The probleme is that the second ScrollView is empty so the Drop is not detected. I have Created a Box collider on the Grid and it worked fine but now it's interfering with the Drop Scroll View script and i can move any item.
Any idea how to solve this probleme ?

Pages: [1]