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

Pages: [1]
1
NGUI 3 Support / Re: Atlas maker error
« on: November 24, 2014, 08:22:15 PM »
Any help please.
Unity version is 4.6, NGUI 3.7

2
NGUI 3 Support / Atlas maker error
« on: November 24, 2014, 08:39:41 AM »
I have read previous posts about fixing the error with Atlas maker in Unity. I followed the steps: set all textures to type advanced, unchecked generate mip maps, import type is lightmap.

But i keep getting this error when i try to create Atlas:

  1. importer.GetNPOTScale() == TextureImporter::kNPOTKeep
  2. UnityEditor.AssetDatabase:ImportAsset(String, ImportAssetOptions)
  3. NGUIEditorTools:MakeTextureAnAtlas(String, Boolean, Boolean) (at Assets/NGUI/Scripts/Editor/NGUIEditorTools.cs:489)
  4. NGUIEditorTools:ImportTexture(String, Boolean, Boolean, Boolean) (at Assets/NGUI/Scripts/Editor/NGUIEditorTools.cs:503)

3
NGUI 3 Support / UI root sizes for Android and iOS game
« on: September 15, 2014, 09:48:45 PM »
I bought NGUI 3.7 yesterday, so just starting out. I'm building a game for ios and android. It will be in portrait mode. What should be the width and height of UIRoot?

Pages: [1]