Errors after import - 'ReorderableList' does not contain a constructor that takes 6 arguments

Issue #2 closed
Thomas Ott created an issue

Right after importing the asset in Unity 2019.2.0f1 the following error appears (besides some other error messages):

'ReorderableList' does not contain a constructor that takes 6 arguments (CS1729) [Assembly-CSharp-Editor]

Comments (6)

  1. Nicholas Sheehan

    Hi, believe i found the issue

    The package that got uploaded to the unity asset store had duplicate scripts that somehow made it through

    There should be 2 scripts in the Assets/Editor folder, one called ScreenshotHelper.cs, and one called UnusedAssetsUnityPacakgeBuilder.cs, both can be safely deleted

    If there are more errors after that, please let me know!

  2. Thomas Ott reporter

    Thanks a lot for your fast reaction and solution; removed those .cs files and it works now :)

  3. Nicholas Sheehan

    No problem, going to push an update soon / tomorrow that should stop this from happening again in the future

  4. Log in to comment