Course Forge for Perfect Golf wont load

Included is a screen shot of the error message, I have tried all the suggestions from the perfect golf community and was told by Andrew Jones to try unity for some resolution. Any help appreciated.

Dace

3461736--274593--Err loading cf.JPG

It looks like a null reference exception Unity - Manual: Null Reference Exceptions

Thanks for the information this is the exact error I get.

Ok it’s not a null reference exception, I couldn’t see the error clearly on the other screenshot.
Looks like a file path is wrong. Try printing out the path using Debug.Log to see what it’s looking for. Look at the call stack and it will tell you where the code is being executed.

So CourseBase.cs line 32 is a good place to start debugging.

Thank you for the information but I have no idea how to do what you say I need to do :frowning: