Before proceeding, commit all your changes. The following steps will clear the Git cache, which will remove any uncommitted changes from your project.
By default, Git may automatically convert line endings. Disable this behavior by running:
Before proceeding, commit all your changes. The following steps will clear the Git cache, which will remove any uncommitted changes from your project.
By default, Git may automatically convert line endings. Disable this behavior by running:
ssh-keygen -t rsa -b 4096 -C "[email protected]"
using System; | |
using System.Linq; | |
using System.Collections; | |
using System.Collections.Generic; | |
using System.Reflection; | |
using System.Reflection.Emit; | |
using UnityEngine; | |
using UnityEditor; | |