Hello all, when I am trying to migrate my character blueprint or my animation blueprints I keep getting this error “AssetTools: Error: Couldn’t migrate package (/Game/Blueprints/SandboxCharacter_CMC) because the destination file is read only. Destination File (F:/Perforce/projeck_C_Jian/JiGiFe/JiGiFe_Project_C/Content/Blueprints/SandboxCharacter_CMC.uasset)”. This migration error for some reason doesn’t properly migrate my variables for my character blueprint, and does not migrate my animation blueprint at all. Is there anyone who can help me fix this problem?
It appears you’re using Perforce based on the file path, but have you checked out the file in question? Version-controlled files are read-only, so you can’t overwrite them unless you check them out or forcibly remove the read-only restriction.
Hi, thank you for your reply! I have already checked out the file in Perforce, but I’m still getting the same read-only error. The migration still fails even after checkout.
