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 - Darkdevil79

Pages: [1]
1
NGUI 3 Support / Re: UIEventListener OnDrag
« on: March 14, 2015, 02:51:49 PM »
Prefect , Thank you for the help again

2
NGUI 3 Support / UIEventListener OnDrag
« on: March 13, 2015, 01:22:06 PM »
I setup the code and all works fine , but I keep get the below error
UIEventListener.Get(gameObject).onDrag += OnDrag;

Failed to call function OnDrag of class ComboCard
Calling function OnDrag with 1 parameter but the function requires 2.

Any ideas ?

3
NGUI 3 Support / Re: Unity 5 AddChild Issue
« on: March 13, 2015, 01:16:02 PM »
Thank you for the reply , I found out the error , I got the object mixed up (it was a late night coding) :-[ , so it was trying to add root 100 times

Not one of my finest monents

4
NGUI 3 Support / Unity 5 AddChild Issue
« on: March 11, 2015, 04:45:03 PM »
Hi all , I moved over to unity 5 and tried to use some of my code for a item to a gird , but I keep getting this error

Setting the parent of a transform which resides in a prefab is disabled to prevent data corruption.
UnityEngine.Transform:set_parent(Transform)
NGUITools:AddChild(GameObject, GameObject) (at Assets/NGUI/Scripts/Internal/NGUITools.cs:511)

I had a look around but I could not find any info , so i thought I would let everyone know


5
NGUI 3 Support / Is this a bug ?
« on: March 13, 2014, 09:24:45 AM »
Hi All ,

I have been working on a version of my health bars and I am getting this , it did not use to happen

Thank you for any help


Pages: [1]