Answer by Graham-Dunnett
It is not possible to remove the educational watermark. Build your personal project at home when you want to release it.
View ArticleAnswer by Graham-Dunnett
If you have a Pro license, but do not want to use it with your growing team, then yes, you can put this Pro version aside. Note that the non-Pro team will make an iOS game with the splash screen. You...
View ArticleAnswer by Graham-Dunnett
I think it's best that you contact Apple and ask them about their plans for applications to run from WebGL and not require installs on the device.
View ArticleAnswer by Graham-Dunnett
http://unity3d.com/unity/system-requirements Mac OS minimum is 10.8.
View ArticleAnswer by Graham-Dunnett
See: http://docs.unity3d.com/ScriptReference/Application-loadedLevel.html You'll learn that loadLevel is not a function you can call.
View ArticleAnswer by Graham-Dunnett
It's Perlin noise. See: https://en.wikipedia.org/wiki/Perlin_noise
View ArticleAnswer by Graham-Dunnett
Come on @TommyZakh... Spending a few seconds doing some reading will help you out: http://docs.unity3d.com/ScriptReference/Random-seed.html :-)
View ArticleAnswer by Graham-Dunnett
You can target iOS with Unity 4 Pro. If you require an iOS Pro license then you'll need to buy it. I don't think you can purchase a 4.x version.
View ArticleAnswer by Graham-Dunnett
Specify a type for Anim, which needs to be [Animation][1]. [1]: http://docs.unity3d.com/ScriptReference/Animation.Play.html
View ArticleAnswer by Graham-Dunnett
No, there is no PDF version. But on your computer with Unity installed you'll have the document on your machine.
View ArticleAnswer by Graham-Dunnett
So, if you press the "n" key then line 5 is performed. Then, you'll check for "m", which isn't pressed. So, you'll execute line 12, because "m" wasn't pressed. If "n" was pressed, then line 12 is still...
View ArticleAnswer by Graham-Dunnett
Unity provide paid support to customers. This service is part of the Premium Support system. I note you do not want this service, so can only assume you will obtain support from other companies.
View Article