i followed the instructions:
1) clone brand new repo
2) import tmp resources
even when i reset to merge pull request #79 unity is seeing a bunch of meta files that it decides to delete. This is usually because there are files that were deleted or ignored or not checked in but the meta file is still there.
i dont think most of those files are the cause of the errors that i see in the next step but it is cause for concern that my repo is complaining, when yours is good.
3) run opening.unity
it runs, but there are tons of errors:
For example:
Parameter 'Hash -437978921' does not exist.
UnityEngine.Animator:SetFloat(Int32, Single)
c__Iterator0:MoveNext() (at Assets/Scripts/General/DistanceAnimatorParameter.cs:102)
UnityEngine.MonoBehaviour:StartCoroutine(IEnumerator)
DistanceAnimatorParameter:OnEnable() (at Assets/Scripts/General/DistanceAnimatorParameter.cs:74)
or
Parameter 'swim' does not exist.
UnityEngine.Animator:GetBool(String)
LooperAI:Update() (at Assets/Scripts/AI Behaviors/LooperAI.cs:81)
or
There are 5 audio listeners in the scene. Please ensure there is always exactly one audio listener in the scene.
or
NullReferenceException: Object reference not set to an instance of an object
TMPro.PackageResourceImporterWindow.GetGUIStyles () (at C:/Users/Elumenati/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.textmeshpro@1.2.4/Scripts/Runtime/PackageResourceImporterWindow.cs:139)
TMPro.PackageResourceImporterWindow.OnEnable () (at C:/Users/Elumenati/AppData/Local/Unity/cache/packages/packages.unity.com/com.unity.textmeshpro@1.2.4/Scripts/Runtime/PackageResourceImporterWindow.cs:41)
i followed the instructions: 1) clone brand new repo 2) import tmp resources
even when i reset to merge pull request #79 unity is seeing a bunch of meta files that it decides to delete. This is usually because there are files that were deleted or ignored or not checked in but the meta file is still there.
i dont think most of those files are the cause of the errors that i see in the next step but it is cause for concern that my repo is complaining, when yours is good.
3) run opening.unity it runs, but there are tons of errors:
For example: Parameter 'Hash -437978921' does not exist. UnityEngine.Animator:SetFloat(Int32, Single)