Version Control Tools

Tool Category

Software used to track changes, coordinate collaborators, and manage versions of files or code.

Description

Version control tools preserve project history, coordinate collaboration, support rollback, and reduce the risk of overwriting work. In immersive media they are especially important because projects combine code, scenes, assets, configuration files, and build-critical dependencies.

Scope Note

Git, GitHub, Perforce, Plastic SCM: history, collaboration, and rollback for code and assets. The choice usually follows binary size and team scale.

Related entries