Test description

Take this test and prove your knowledge of Unity3D with C#. The test concentrates on knowing the small but essential differences between similar functions / events. Topics: Physics, scripting, meshes, shaders, textures and batching.

Sample questions

1
MyFunction function is called using the following line of code:

sceneObject.AddComponent<MyScript>().MyFunction();

The execution order in the script MyScript is the following: