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
  2. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  3. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Is it possible to use the brushes and tiles for 3D objects?

Discussion in '2D Experimental Preview' started by DoctorShinobi, Dec 2, 2016.

  1. DoctorShinobi

    DoctorShinobi

    Joined:
    Oct 5, 2012
    Posts:
    219
    Hey developers, good job with the release of the preview build 3. I've been playing with it a bit and opened one of the tilemap examples. And you know what I thought?
    upload_2016-12-2_18-15-53.png
    "I wonder how hard would it be to integrate shadows into this". This task would be quite easy in 3D. This raises the question of whether it is possible to use the tiling and brushes system to create any game object. This removes a lot of limitations that sprites impose like no shadows, particle systems, etc...
    The whole idea of brushes and tiling seems like it would fit as tools for general level design rather than just for 2D.

    So, is it possible?
     
  2. keely

    keely

    Joined:
    Sep 9, 2010
    Posts:
    967
    Full 3D tilemap workflows is something that is not our focus in the first release, but a future thing. Already all the APIs and internals are in 3D coordinates to prepare for this.

    In the first release, the brush system is locked into Z=0, but with some hacks you could make a brush that paints on other Z-values too. By feeding tilemap with GameObject's, you can also make it render 3D mesh, but the performance will not be great.

    In our previous Hackweek, we already built a internal prototype of how the tilemap 3D could work. Here is a video:

     
  3. Stevepunk

    Stevepunk

    Joined:
    Oct 20, 2013
    Posts:
    205
    Is this in the plan yet?
     
  4. Tom163

    Tom163

    Joined:
    Nov 30, 2007
    Posts:
    1,290
    This is a necro, but - does Unity have any plans on updating this and making official 3D tilemap support? There aren't many solutions for 3D tilemaps on the asset store or in the forum.
     
    Gekigengar, Raixom and anisimovdev like this.