If I make a game using Unity can I then copy over the scrips to Unity iPhone? Will it work?
Thanks
If I make a game using Unity can I then copy over the scrips to Unity iPhone? Will it work?
Thanks
That depends…
If you look thru this forum, keep an eye out for “strict typing”.
C# scripts do better, but most .js scripts need to be touched up.
If you try and import a weak script into Unity-iPhone you could get errors from weak typing, but these can all be cleaned up relatively quickly.
Thanks. I’m trying to use the 3d tutorial in the Unity iPhone, but when i try to attach it to an object I get this message:
“Can’t add script.
Script SpringFollowCamera has not finished compilation yet. Please wait until compilation of the script has finished and try again.”
What does that mean?
Thanks
Is your console (found in Window → Console) full of big blazing red dots?
These would be the errors in the compile, and until they have been fixed, the scripts won’t finish compiling.
If I remember correctly the Unity 3d tutorial is in Unity JS script, which needs a lot of work to be ported to the iPhone.
That Tutorial is primarily for the basic Unity package, not the Unity-iPhone specific application.
Look at the sticky at the top of this forum for the FAQ.
You should finish that 3d tutorial (and the 2d tutorial as well), but in Unity (not Unity iPhone which is tailored to apple’s hand held device) to get an idea of how the game engine works.
Then you should go to:
for Unity-iPhone example projects.
These are not specifically TUTORIALS the way the 2D and 3D tutorials are. They are example projects that you can use and play with. The expectation is that you have already understood the basic Unity package before graduating to Unity-iPhone.
What does “o == NULL” mean? There are a thousand “o == NULL” in the console.
Thanks
I keep getting the same error message in Unity iPhone when I try to use the PickUP script or the ThirdPersonStatus script from the Unity 3D Platformer tutorial??
Has anyone tweaked these scripts yet to work on Unity iPhone? I have already gone through the whole tutorial on Unity and created a full game out of it and I thought that I could reuse a lot of those scripts in my iPhone game, but I guess not! Can anyone help?
I just want a pickup script so that my iPhone character can pickup things.