peartreegames / blocky-world-editor

3d Tilemap Editor for Unity
MIT License
38 stars 9 forks source link

Blocks are not instantiated on painting #2

Closed daisoto closed 1 year ago

daisoto commented 1 year ago

Hello, I am facing this problem in Unity 2021.3.11f1 with Blocky 0.1.7 I was following youtube tutorial , so I have following presets as in screenshot, but it does not draw (I am pressing left mouse button in gif). What am I doing wrong? It does not even throw any errors or warnings. blocky test

bgk- commented 1 year ago

Hey @daisoto,

You'll just need to select the Cube icon (the border will change to cyan) so it knows which item you want to place. This can be made better, maybe a warning above the palette view saying "No BlockyObject Selected"?

bgk- commented 1 year ago

For now I've just pushed an update which shows a debug message when painting without an object selected.

daisoto commented 1 year ago

Thanks, it helped!