6 days ago • git-amend

Unity Certification Quiz:

What is the primary purpose of the `params` keyword in C#? 

13 days ago • git-amend

Unity Certification Quiz:

What does Terrain.activeTerrain.SampleHeight(Vector3 position) do? 

2 weeks ago • git-amend

Unity Certification Quiz:

What happens if you assign a null material to a MeshRenderer's sharedMaterial property? 

3 weeks ago • git-amend

Unity Certification Quiz:

What’s the effect of using Application.targetFrameRate = -1 in Unity? 

1 month ago • git-amend

Unity Certification Quiz:

What happens if you attempt to access Camera.main in a scene with no Main Camera? 

1 month ago • git-amend

Unity Certification Quiz:

What happens if you call Destroy(gameObject) within OnDestroy()? 

1 month ago • git-amend

Unity Certification Quiz:

Physics Materials can be added to which of the following components in Unity? 

1 month ago • git-amend

Unity Certification Quiz:

What’s the problem with the following code? `transform.position.x = 20;` 

2 months ago • git-amend

Unity Certification Quiz:

Why should enums be used cautiously for serialized fields in Unity? 

2 months ago • git-amend

Unity Certification Quiz:

What is the difference between using the `as` keyword and a direct cast in C#?