A beginner's guide to collaborating on a Unity project using Git version control and GitHub as a remote repository in 2024.
A comparison to help you choose the right version control system when working on an Unreal or Unity project.
Git is a version control system that allows you to collaborate on an Unreal Engine project. In this guide you will learn what Git and GitHub are, how Git compares to Perforce and how to use it in your team projects.
Due to the complexity of Azure services, it's often not obvious how to log in to Microsoft's Azure DevOps portal. This quick tip will show you how.
Learn more about Unreal Multi-User Editing, how to use it with version control and how to set it up over the LAN and Internet.
In this article we will explore how to use Git version control in Blender, relying on Git LFS. We will take a look at the pros and cons and which tools to use. After reading this article, you should be able to decide if this workflow is right for you.
Learn how to back up your files and collaborate with your team using Git as a version control solution for your Cocos Creator project.
Learn how to back up your files and to collaborate in a team using Git as a version control solution on your GameMaker project.
In this guide you will learn what Git and GitHub are, how they compare to other tools, and how to use them in your Unity projects.
In this tutorial, you will learn how to create a basic CI/CD pipeline for Unity using GitHub and GitHub Actions. This is useful if you want to automate many steps in your development process.
A collection of tools around Git to build your development pipeline without any lock in effects.
Learn how to use GitHub on a Godot 4.2 project in a 5 minutes. We will use the free version of Anchorpoint to push and pull our files to GitHub.
A quick guide on how to set up a Git server on Windows for a game development project with a few clicks. We will use Gitea, which is a self hosted GitHub alternative.
Git has a reputation for not scaling well for large binary projects. But with new features like sparse checkout and Git LFS, it performs at a decent speed even on large projects.
Unity has retired Unity Collaborate. Learn how to use Git-based version control to collaborate on a project with your team or simply improve your development workflow.
Learn the basic commands of the Git LFS and how to use it to manage large Unity and Unreal projects with lots of binary files.
Introducing our new integration to GitLab, which creates repositories and add members directly from Anchorpoint. The integration supports GitLab's cloud and self-hosted versions.
Add a .gitignore file to your Unity project to avoid uploading unnecessary files. Learn how to customize it for your own needs.
Set up your Git repository properly with a proper .gitignore configuration. Download our template and learn how to customize it for your needs.
How to install a self-hosted GitHub alternative called Gitea on a Vultr cloud server. This allows you to host your project files at a low cost and with great flexibility.
Learn how to set up Unreal Engine projects with Wevr Virtual Studio (WVS), streamline collaboration, and automate your workflow using cloud builds.
Don’t waste time on setting up and teaching version control to your teams. How Anchorpoint supports developers and artists so that they can focus on building a game.
Learn how to set up a GitHub repository to share your Unreal Engine project with your team members and understand the basics of Git.
How to use World Partition in Unreal Engine for team collaboration and efficient development. We will cover the one file per actor approach and source control.
In this article, we compare the strengths and weaknesses of Git, Anchorpoint, Plastic SCM, and Perforce to help you choose the best source control software for your next Unreal project.
This article compares Git, Anchorpoint, Plastic SCM, and Perforce. It will help you to find the best version control software for your next Unity project.
Learn how Git can be a good alternative to Perforce for game development using Anchorpoint, which compensates for all of Git's natural shortcomings.
An explanation of source control for artists, focusing on Git and Unreal Engine 5.
In this article we will set up a Git server on Azure DevOps, that will be the source of truth for your next Unreal project
What you should take into account when choosing a Git hosting provider for your next Unreal project.
In this article, we will set up a Git-Server on a NAS available on a local network. For the server we will use Gitea, which we will installed via Docker on a QNAP NAS.
The benefits of using version control as a cornerstone of your creation process