2017.2.0f3 scriptParameterClass != NULL

hi all!
i’ve updated unity to the latest version and in my main project i’ve got this error:

Assertion failed: Assertion failed on expression: 'scriptParameterClass != NULL'

the console doesn’t give me more info, like the script that cause this issue etc…
how can I fix this?
if I clear the error, the error is cleared, but I’m not able to create a exe, it retrieve an exe of 600kb instead of 20mb+…

thanks in advance

I get the same error and under the same condition. Happened after upgrading to 2017.2.0f3 and opening a pre-existing project.
I have no idea where to even start looking as it doesn’t point to the specific script with the error.
Can’t tell if it’s an internal Unity issue or one the assets I’ve bought.

1 Like

@Devon-L have you tried to build the .exe? builds or not? gives some error?

@ghiboz yep just tried building it, still same error.
I saw someone somewhere something about onterrainchange being a problem, can’t find the forum thread.

@Devon-L I found this:

Thanks @ghiboz
I bought a few terrain based asset tool from the store.
I think what I will do is create a new project and import each asset one by one and see which one is causing the problem.
And then get back to the developer to update their script

@Devon-L have you tried with the patch of Patch 2017.1.2p2 ??