Been trying unity 2021.1.f1 and can’t add - using UnityEngine.Tilemaps. It doesn’t appear in auto complete and complains if just manually type in full and save.
I copied the project folder and imported into 2020.3.1f1 and it shows up fine. Must be 2021.1 related as it’s the exact same project (copy) in both versions.
Yep. Exact same project works in 2020. The only difference is the folder name (and bit of code added to the project in the 2020 version) it was copied into to distinguish the two. Also just downloaded and tried 2020.1.1f1 and get same problem. Added screen shots to clarify.
The folder structure should not make a difference, unless you have an Assembly Definition in the parent folder with a special configuration. Do share this with us if you have such an Assembly Definition!
Otherwise, in the Package Manager, under Built-in, ensure that the Tilemap module is enabled, and that there are no errors shown in the console window.
Have double checked and the Tilemap module is enabled. As an experiment I copied the project to my linux system and it’s the same problem. So Windows 10 and Fedora 33 using 2021.1.0f1 and 2021.1.f1 are the same. I tried the same project in 2020.3.2f1 on windows and linux and they both work great.
No idea what happening. Maybe a one off. Maybe not. Not sure if it’s package manager playing up in 2021.1. Package manager is not consistent between versions anyway as noticed some differences with the built in and unity packages. The older versions of unity are showing Unity.Mathematics as an option and in the 2020+ versions it’s missing (unless someone having a bad day thought it would be good to remove/move it. Meaning the new mathematics functions are missing as well, eg int3 etc).
On windows and linux systems I’ve unistalled the older versions via unity hub and installed the latest versions if that makes a difference?
I do not think it would make a difference, as the Tilemap Editor package is built into to the Unity Editor install and should be available to you always.
If you do not mind, could you file a bug report with your project and post the case number here? Thanks!
Thanks for the reply. I’ve installed 2021.1.2f1 and the problem has gone. UnityEngine.Tilemaps is now showing up.
An odd problem and even more odd that it occured on two different systems and operating systems. But it’s working now on windows - not tried on linux yet.