-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2D Game Kit errors #345
Comments
Hi, you do not need to download anything else. Unfortunately, the 2D Game Kit is not compatible with the 2D Tilemap Extras package as they both share the same source files. You can fix this issue by:
|
Hi, thank you for the assistance. I removed the duplicate RuleTileEditor.cs but the 2D TileMap Extras is showing as locked and unremovable. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'UnityEditor.U2D.Animation.ValidateCollinear_00000747$BurstDirectCall' threw an exception. ---> System.InvalidOperationException: Burst failed to compile the function pointer |
Whoops, sorry, I wasn't too clear about the instructions! Only one of the two is needed.
The burst error you are seeing can be ignored for now. If you restart the Editor, you should not have any issues with it. |
I'm trying [& failing] to remove the package (2d tilemap extras). I do unlock, then remove is disabled. says 'see dependencies'. |
The 2D Tilemap Extras package may have been added as part of the 2D Features package. The image above is an example where the 2D Animation package was added as part of the 2D Features package. If that is the case for you, you will have to remove the 2D Features package first to remove the 2D Tilemap Extras package. |
I've encountered the same problem as well..😭 |
Would it be possible to share your setup for your project with the packages?
In the meantime, you could check out the Assets/2d-extras-2.2.2/Editor/Menu/MenuItemOrder.cs file, and try changing the protection level from internal to public. Thanks! |
Hi, I downloaded the 2D Game Kit from the Unity Asset store, and once imported, I get multiple of these errors (28!) :
unity assets\2d gamekit\utilities\editor\ruletileeditor.cs(13,23): error cs0433: the type 'ruletile' exists in both 'assembly-csharp, version=0.0.0.0, culture=neutral, publickeytoken=null' and 'unity.2d.tilemap.extras, version=0.0.0.0, culture=neutral, publickeytoken=null'
I'm using Unity 2021.3.9f1
Am I supposed to download anything else as well?
The text was updated successfully, but these errors were encountered: