Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

New Tilemap Features Mentioned In Roadmap For 2020.1

Discussion in '2020.1 Beta' started by cecilcruxis, May 4, 2020.

  1. cecilcruxis

    cecilcruxis

    Joined:
    Sep 17, 2013
    Posts:
    132
    I was looking through some of the stuff being released for 2020.1 and saw the the following snippet in the file I uploaded with this post. Capture.PNG

    Can I get some clarity on the new clipboard improvement and game object support in the tile palette window?
     

    Attached Files:

  2. ChuanXin

    ChuanXin

    Unity Technologies

    Joined:
    Apr 7, 2015
    Posts:
    1,033
    The formatting is a little off when I submitted the updates, it should be:
    • Tile Palette Clipboard Improvements
      • Additions of Gizmos and GameObject support in the Tile Palette window
    "Additions of Gizmos" lets you add components with Gizmo Rendering (eg. using OnDrawGizmos) to the Tile Palette Asset to be shown on the Tile Palette. This can be toggled on and off. This may be helpful to annotate certain Tiles on the Tile Palette for more clarity.

    "GameObject support" let you place and pick GameObjects set in the Tile Palette asset to be "painted" on the scene (where painting means cloning the GameObject on the scene) by supported Grid Brushes. Currently, supported brushes are available here (https://github.com/Unity-Technologies/2d-extras/tree/package_2020.1, specifically the GameObject Brush) but do not come with the Unity Editor.
     
    mandisaw and spryx like this.
  3. cecilcruxis

    cecilcruxis

    Joined:
    Sep 17, 2013
    Posts:
    132
    Thank you for the answer this makes a lot more sense. Even if I have to download a separate brush this alone makes life a lot easier for making large maps. Thank you for your hard work
     
  4. spryx

    spryx

    Joined:
    Jul 23, 2013
    Posts:
    545
    super stoked! This was a feature I requested.
     
  5. cecilcruxis

    cecilcruxis

    Joined:
    Sep 17, 2013
    Posts:
    132
    Does this only work in the beta or does it by any chance work in the alpha for 2020.2?
     
  6. ChuanXin

    ChuanXin

    Unity Technologies

    Joined:
    Apr 7, 2015
    Posts:
    1,033
    It should work with the alpha for 2020.2 as well.