Hello everyone!
This is my first post on the forum. I’m “relatively” new to Unity (and programming as a whole), so please forgive me if this question is too basic or if I made some noob mistakes in the code.
I’ve been working on my project (2d mobile strategy game) for a while, but I got stuck and can’t find a way out. I’m having trouble with "in-game" drag and drop of the main player (black dot) on top of an already existing grid.
So, to recap everything shortly:
How do I drag and drop instances of a prefab on top of an already existing grid/mesh ?
This is my first post on the forum. I’m “relatively” new to Unity (and programming as a whole), so please forgive me if this question is too basic or if I made some noob mistakes in the code.
I’ve been working on my project (2d mobile strategy game) for a while, but I got stuck and can’t find a way out. I’m having trouble with "in-game" drag and drop of the main player (black dot) on top of an already existing grid.
So, to recap everything shortly:
- My game...
How do I drag and drop instances of a prefab on top of an already existing grid/mesh ?