Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

New Tilemap Features Mentioned In Roadmap For 2020.1

Discussion in '2020.1 Beta' started by Jonathan-Westfall-8Bits, May 4, 2020.

  1. Jonathan-Westfall-8Bits

    Jonathan-Westfall-8Bits

    Joined:
    Sep 17, 2013
    Posts:
    271
    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,068
    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. Jonathan-Westfall-8Bits

    Jonathan-Westfall-8Bits

    Joined:
    Sep 17, 2013
    Posts:
    271
    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:
    557
    super stoked! This was a feature I requested.
     
  5. Jonathan-Westfall-8Bits

    Jonathan-Westfall-8Bits

    Joined:
    Sep 17, 2013
    Posts:
    271
    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,068
    It should work with the alpha for 2020.2 as well.