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

Pages: [1]
1
Can fonts work with this too?  I'm been trying to figure it out, but not having much luck.  My coding skill are amateur at best.  Thanks for the script though, it's exactly what I've been looking for, providing I can get fonts to work with it too. 

2
NGUI 3 Support / Argument Out of Range Exception
« on: March 16, 2014, 08:32:23 PM »
So I have an empty scene, I haven't written any script yet.  And I'm getting this error.  Any ideas?  I wouldn't have been sure it was even NGUI, except that NGUI is the only thing in the project at the moment.

ArgumentOutOfRangeException: Argument is out of range.
Parameter name: index
System.Collections.Generic.List`1[UnityEditor.EditorWindow].get_Item (Int32 index) (at /Users/builduser/buildslave/monoAndRuntimeClassLibs/build/mcs/class/corlib/System.Collections.Generic/List.cs:633)
UnityEditor.DockArea.OnEnable ()

3
NGUI 3 Support / Re: Problem with Font Maker display
« on: March 16, 2014, 03:15:16 PM »
Thank you,

That worked.  I actually didn't have the /local/lib folder at all.  I'm new to Mac as wells NGUI, and didn't realize how to show my hidden folder.  Thanks for your help, everything seems to be working fine now. 

- Adam

4
NGUI 3 Support / Re: Problem with Font Maker display
« on: March 15, 2014, 11:37:40 AM »
Actually, I had my console filters set wrong and didn't notice it.  I do have what looks to me like an error regarding NGUI and access to a path in the FreeType.cs script.  I have no idea how to fix it though.  Maybe you'll know by seeing the message.

Here's the error:

UnauthorizedAccessException: Access to the path "/usr/local/lib" is denied.

System.IO.Directory.CreateDirectoriesInternal (System.String path) (at /Users/builduser/buildslave/monoAndRuntimeClassLibs/build/mcs/class/corlib/System.IO/Directory.cs:131)

System.IO.Directory.CreateDirectory (System.String path) (at /Users/builduser/buildslave/monoAndRuntimeClassLibs/build/mcs/class/corlib/System.IO/Directory.cs:96)

FreeType.get_isPresent () (at Assets/NGUI/Scripts/Editor/FreeType.cs:318)

UIFontMaker.OnGUI () (at Assets/NGUI/Scripts/Editor/UIFontMaker.cs:179)

System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/monoAndRuntimeClassLibs/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)

5
NGUI 3 Support / Problem with Font Maker display
« on: March 14, 2014, 04:51:07 PM »
I have the latest Unity, and what I believe is the latest NGUI. (v3.5.4)

My problem is I need to make a font. However, when I select NGUI/Open/Font Maker... the window opens sometimes, but there is nothing in it...just an empty window.  Then sometimes the window does not open at all. 

I don't have any errors, this happens even in an empty project with nothing in it but NGUI installed.  I've restarted, I've set my layout to default.. everything I can find that people have said to try.

Any ideas?

Thanks

Pages: [1]