I can’t open the Unity editor in my project anymore because of a non existent error.
My pc crashes sometimes because it’s a MEDION ERAZER pc.
The pc is not good because it often crashes and freezes. Before this error appeared it froze and then I needed to restart my pc.
The error logs are:
- Unknown error occurred while loading ‘Library/Artifacts/18/18cc3f05170d68f3793b6ca494eef20’.
- Assets\TrainCarInfo.cs(590,33): error CS0246: The type or namepsace name ‘CargoLivableScript’ could not be found (are you missing a using directive or an assembly reference?)
The code where the error is (line 590) is:
return true;
}
}
}
return false;
}
public void AddCargoLivable(CargoLivableScript cls) // Error Line 590
{
//Debug.Log("addCargoLivable");
foreach (var item in cargoTypeValues)
I also attached a file to this thread (NVIDIA_Share_yfm16wx1K5.png)
I really worked hard on this game I made.
Can somebody please help? Any help would be appreciated.
