ngui dynamic font does not save correctly in prefab when development environment change into Anroid.
- When I use dynamic font in IOS, I save the prefab which contains UILabel using dynamic font in ngui. I can instantiate the prefab correctly.
- Then upload the prefab to svn
- Download the prefab from svn in WindowsPC
- You could not instantiate the prefab for it report the prefab is null (the format for the prefab is incorrect)
How to use dynamic font correctly in both IOS Android?
That actually sounds like its no problem with font and the prefab but with your project settings.
The prefab file on its own is technically of no use, your project must be configured to setup meta files for versioning
The documentation on Version Control Systems covers the relevant aspects.
Did you ensure that all these things are done in there, including meta files, including the meta on SVN and excluding the library folder from svn commit?
The svn setting is correct since I have use the svn for 2 months between IOS and android development environment.
If this is the same problem which I was having, then this issue should be resolved for the next release of NGUI 3.0.9 f3.
For more information regarding my issue refer to the following: