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

Pages: [1]
1
Dev Blog / Re: Nov 11, 2017 -- How to edit UnityEngine.dll
« on: April 16, 2018, 03:05:27 AM »
hello,
I'am trying this with unity5.6.3,the code i use is https://github.com/Unity-Technologies/UnityCsReference/blob/7c7dd6798e5a0940cffa48ebc2c9db70a0ffa9a0/Runtime/Export/AttributeHelperEngine.cs
when i replace the unityengine.dll and addComponent in unity ,error happened

InvalidProgramException: Missing or incorrect header for method GetParentTypeDisallowingMultipleInclusion
UnityEngine.GameObject:AddComponent()

InvalidProgramException: Missing or incorrect header for method GetRequiredComponents
UnityEngine.GameObject:AddComponent()

Whats the problem?
Thanks!

2
NGUI 3 Support / UIToggle with UIWrapcontent
« on: May 30, 2016, 06:34:27 AM »
hi,
I have a problem when use UIToggle,i create list with UIWrapcontent,and list item has child gameobject ,addcomponent<UIToggle>(),set group 20,it has 2 date list ,share one item list,click button to change it.
First the ui show first list,2 item,click second item toggle,then click button to switch second list,there has 1 item,it not toggle true,click it .then click button to back the first list,2 item,2 of them are toggle true.
Any help
thanks

3
NGUI 3 Support / UIGrid sorting in editor but not on android
« on: April 16, 2014, 10:03:06 PM »
I have a UIGrid to display an ordered list of items.I add items by code,rename all items like "item01",sorting Alphabetic. When I view it in the editor, they are sorted correctrly but when I run the compiled app on my mobile(andriod OS), the items sorted wrong.  Any help would be appreciated.

Pages: [1]