Object reference not set to an instance of an object
I followed this tutorial here about buyoncy and waves in unity : here
Specific code page : here (I used the exact same scripts and did all the steps before exactly the same)
In the ModifyBoatMesh.cs, line 56, unity states sthis error : Object reference not set to an instance of an object
I can't seem to find a solution..... I tried creating a variable with type WaterController, but then there is an another error (Static member `WaterController.current' cannot be accessed with an instance reference, qualify it with a type name instead) which was what was before. :(.... I am sooooo confused, please help, I tried to find a solution for hours now.....
Thank you in advance......
FireGreeks
Your answer
Follow this Question
Related Questions
Does reading/changing Static variables constantly affect Performance or get Garbage Collected? 1 Answer
Static variable resetting when it shouldn't! 0 Answers
How do you reflect a directional light Sun in Unity5 water? 2 Answers
Can Unity Water Pro Be Used Sideways? 0 Answers
How to make a tiny nature AR environment 0 Answers