ChuanXin-Unity
ChuanXin-Unity
I added an example in the [2d-techdemos repository](https://github.com/Unity-Technologies/2d-techdemos) in the package branch (requires Git to be installed). You can open the Assets/Tilemap/Rule Tiles/Rule Override Tile/Rule Override Tile.unity scene to check...
Currently, master will not work with 2019.2 as it targets 2019.1, the current official release. You will need to use the package/2019.2 branch to handle the changes made in 2019.2...
@cianiandreadev No, you are not doing anything wrong. I moved `package_2019.2` to `master` as Unity 2019.2 is currently now the latest official version. Do you still get this error when...
> But It didn't work out of the box after updating the project from 2019.1 to 2019.2 Would it be possible to share the problems you had updating your project...
I guess there were some problems while including the 2D packages when upgrading from 2019.1 to 2019.2. When upgrading from 2019.1 to 2019.2, the Unity Package Manager will try to...
@gl33mer > Assets\Scripts\Editor\TintTextureGeneratorEditor.cs > Assets\Scripts\Editor\GridInformationEditor.cs Theses files are duplicates from the 2d-extras package. You can remove them from the Assets folder to resolve the error. If the last case has...
@thomasyi79 Hi, I am not sure which version of Unity you are using or the version of Unity the Udemy course is referring to. If you could share that, that...
Could you provide more information on the errors that you are seeing?
The errors you are getting are from the scripts in 2d-tech-demos. Have you added the scripts from the 2d-extras repository?
While not a video, you could try this for your project: 1. Download the 2d-extras repository 2. Extract the contents to your Unity project under Packages/com.unity.2d.tilemap.extras This should help with...