So I’ve been working on a project with someone else. They’re managing it. However their accounts got hacked, and the hacker managed to mess with the Plastic SCM account, either deleting it or just removing all access (I’m not totally sure which). I have a local copy of the project but now I can’t open it because the plastic account no longer recognizes me as having valid access.
The manager wants me to package up some of my work, mainly stuff that wasn’t recoverable on their end, and send it to them somehow, but I can’t really do that when I can’t access the project. Is there any advice or help I could get?
First up, mad props to you for using source control. Now quickly make a backup of your local project, just to be safe!!!
I’m sorry you’ve had this issue. Please consider using proper industrial-grade enterprise-qualified source control in order to guard and protect your hard-earned work.
Personally I use git (completely outside of Unity) because it is free and there are tons of tutorials out there to help you set it up as well as free places to host your repo (BitBucket, Github, Gitlab, etc.).
You can also push git repositories to other drives: thumb drives, USB drives, network drives, etc., effectively putting a complete copy of the repository there.
As far as configuring Unity to play nice with git, keep this in mind:
Here’s how I use git in one of my games, Jetpack Kurt:
Using fine-grained source control as you work to refine your engineering:
Share/Sharing source code between projects:
Setting up an appropriate .gitignore file for Unity3D:
Generally setting Unity up (includes above .gitignore concepts):
It is only simple economics that you must expend as much effort into backing it up as you feel the work is worth in the first place. Digital storage is so unbelievably cheap today that you can buy gigabytes of flash drive storage for about the price of a cup of coffee. It’s simply ridiculous not to back up.
“Use source control or you will be really sad sooner or later.” - StarManta on the Unity3D forum boards
I’m quite familiar with backing up. I know how to use github and even bash. What I don’t know is how do I unlock the project that’s tied to the Plastic account.