M
mir

  • Apr 4, 2022
  • Joined Nov 24, 2021
  • Anthony I will take another look now that i know to look at camera system 🙂 Ill post progress here

    • Hi, is it possible to rotate construction plane (with grid) to get a side-scroller like Fallout Shelter? I understand its a bit more complicated than simply rotating a grid prefab, but i couldnt find in code where to do it. In my case, i am am using X-Y plane with Z+ going away from camera, like on a picture

      I have made this modular pack for sidescroller metroidvanias and builders and im looking for a good way to use it. Maybe it wont be that hard to add a side scroller mode to Level Editor? I could post it to the asset store for free, but i thought there might be someone who can expand their editor toolset with it.

      • Here's my solution for a critical error i encountered and solved with Anthony's help.

        When you are importing Level Designer 2.0.2 (november 2021) into Unity for the first time you may run into a critical error that prevents you from using the plugin:

        "Multiple precompiled assemblies with the same name Newtonsoft.Json.dll included on the current platform. Only one assembly with the same name is allowed per platform. 
        (*ProjectFolder*/Library/PackageCache/com.unity.nuget.newtonsoft-json@2.0.0/Runtime/Newtonsoft.Json.dll)"

        Here is a solution from Anthony:

        For Unity 2020+ you have to remove “Version Control” or “Unity Collab” package, to have their newtonsoft package removed. Or you can remove the newtonsoft dll from the Exoa/Commons/ folder, but you may have loading/saving issues on some devices.

        I tested it an hour ago on Unity 2021.2.5f1, error appeared and went away after removing Unity Collab package.
        Thank you for replying to my mail back in November, Anthony. Hoping you would update the plugin soon.