Unity Learn home
0
0
https://play.unity.com/_next/image?url=https%3A%2F%2Fplay.unity.com%
4 views
Question 1
Which of the following is considered a Version Control solution?

Select only one


Github

Unity Analytics

Package Manager

Visual Studio

Question 2
Which of the following is not typically done by a version control solution?

Select only one


Track where changes to the project have been made over time.

Revert back to a previous version of the project, if necessary.

Automatically resolve simple syntax errors in scripts.

Manage contributions from all team members.

Question 3
When would a “merge conflict” arise?

Select only one


When changes are made to the same line of the same file on different branches of a repository.

When two different files are saved to the same repository with incompatible programming languages.

When there is an error in a line of code that will cause additional errors when merged with the rest of the application.

When two contributors push the exact same file with the exact same code at the exact same time.

Question 4
What does it mean to
Media
1
1