Hey,
I’m having “some” problems (352 to be exactly) opening a project (Unity 2019.3.13f1) which was created with Windows 10 on Linux Ubuntu 20.04: I simply cloned the project from git as I always do when I’m working on a new machine. Then I tried to open the project on my Linux computer and I get all of these errors: Editor.log - JustPaste.it
Basically there are 4 kind of errors:
-
Namespace can’t be found e.g.:
Assets/Photon/PhotonChat/Code/ChatAppSettings.cs(17,11): error CS0246: The type or namespace name 'ExitGames' could not be found (are you missing a using directive or an assembly reference?)
-
Can’t read png files e.g.:
Could not create asset from Assets/_Project/Images/Tablet/Placeholder/placeholder.jpg: File could not be read
-
ImportFBX error e.g.:
Couldn't read file /home/******/******/App/Assets/Photon/PhotonUnityNetworking/Demos/Shared Assets/Animations/HumanoidJumpAndFall.fbx.
Unexpected file type
- Import sound e.g.:
FSBTool ERROR: The format of the source file is invalid, see output for details.
FSBTool ERROR: Internal error from FMOD sub-system.
Does anyone have a clue what is causing this issues or even better how to get rid of them?