Perforce
version control
Backlinks¶
- avoid developing Unity projects on Dropbox
- The Unity Library is uploaded by default, unnecessarily increasing project size and creating conflicts. This should be excluded from your version control, e.g. with a git ignore on git, or a perforce ignore on Perforce
- python-perforce
- P4V
- UI client for Perforce
- Perforce Python workspace-client
- find the active Perforce workspace (=client) in Python with python-perforce
- Perforce setup workspace
- Subversion
- Unreal game sync
- change caps for a committed file
- common source control mistakes
- local Unity tools - Git
- This setup assumes you use git, and creates a local folder that is ignored by git to store your tools in. Other version control software (e.g. Perforce) should also support ignore files.
- pyforce