Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: Karan on July 09, 2012, 06:30:25 AM
-
Hello,
I'm looking for a GUI asset for my project and found that NGUI is very interesting.
Currently, I use the free one (Version 2.0.7c) to try the features in my project.
One feature I need is input text with on Screen keyboard. I try to use label with UIInput but it doesn't work.
It work well in debug and in PC but not for both device.
The Tutorial 9 is does not work as well.
These are the problems
- Android: It doesn't call on-screen keyboard when I touch but it active already.
- iOS: It cannot be build and show this on log
Cross compilation job Assembly-CSharp.dll failed.
UnityEngine.UnityException: Failed AOT cross compiler: /Applications/Unity/Unity.app/Contents/BuildTargetTools/iPhonePlayer/mono-xcompiler --aot=full,asmonly,nodebug,static,outfile="Assembly-CSharp.dll.s" "Assembly-CSharp.dll" current dir : /Users/Tonytoons/GUITest/Temp/StagingArea/Data/Managed
result file exists: False
stdout: Mono Ahead of Time compiler - compiling assembly /Users/Tonytoons/GUITest/Temp/StagingArea/Data/Managed/Assembly-CSharp.dllThe following assembly referenced from /Users/Tonytoons/GUITest/Temp/StagingArea/Data/Managed/Assembly-CSharp.dll could not be loaded: Assembly: Assembly-CSharp-firstpass (assemblyref_index=2) Version: 0.0.0.0 Public Key: (none)The assembly was not found in the Global Assembly Cache, a path listed in the MONO_PATH environment variable, or in the location of the executing assembly (/Users/Tonytoons/GUITest/Temp/StagingArea/Data/Managed/).Could not load file or assembly 'Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.Failed to load method 0x600001f from '/Users/Tonytoons/GUITest/Temp/StagingArea/Data/Managed/Assembly-CSharp.dll'.
stderr:
at UnityEditor.MonoProcessUtility.RunMonoProcess (System.Diagnostics.Process process, System.String name, System.String resultingFile) [0x00000] in <filename unknown>:0
at UnityEditor.MonoCrossCompile.CrossCompileAOT (BuildTarget target, System.String crossCompilerAbsolutePath, System.String assembliesAbsoluteDirectory, CrossCompileOptions crossCompileOptions, System.String input, System.String output, System.String additionalOptions) [0x00000] in <filename unknown>:0
at UnityEditor.MonoCrossCompile+JobCompileAOT.ThreadPoolCallback (System.Object threadContext) [0x00000] in <filename unknown>:0
UnityEditor.MonoCrossCompile:CrossCompileAOTDirectoryParallel(BuildTarget, CrossCompileOptions, String, String, String)
PostProcessiPhonePlayer:PostProcess(BuildTarget, String, String, String, String, String, String, String, BuildOptions, RuntimeClassRegistry)
UnityEditor.BuildPlayerWindow:BuildPlayerAndRun()
Do I need to set some parameter and please correct me if I miss some point.
PS: My unity version is 3.5.2f2
-
The free version i'm pretty sure doesnt work on a device due to use wrapping key functionality in the dll and compile it for PC only. I'm guessing this is where those errors are coming from.
-
I have implemented working text input, but when is released on adroind device, entered text from virtual keyboard after done, isnt included to NGUI input text field. Is it a bug or i am again forgot call any function to transfer text to textfield?
-
Try compiling one of NGUI examples that has a text edit field and see if you get it to happen here. Works fine for me using Unity 3.5.5 compiling for a Samsung Galaxy S3 phone.
-
Hi guys,
i am just evaluating NGUI for a current project.
I am currently facing the problem that the software keyboard on a mobile device is not showing up after tapping on an input field.
I just built the example 12(Chat Window) with Unity3D 3.5.6f4 and the last free version of NGUI.
Device is Galaxy S3.
Is this supposed to work with the free version of NGUI? I really look forward to buy NGUI pro licence, but currently this problem stops me from that.
Thanks for your support.
-
hey for this u have to go for full version, the virtual keyboard will not get with the free version uiinput text..:)
-
Thanks Divya. I will go directly with the full version as you suggested.