Questions tagged as 'unity3d'

0
answers

Get image of xml

Good morning. I have an xml where I keep the routes of some images. my application creates a button for each route I have in the post xml, but I can not get the button to be created with the image in the routes, put an image of? which I th...
asked by 02.04.2017 / 10:45
1
answer

Navmesh unity - Click & show / instance Sprite mark

I have a navmesh which I go through with my agent with classic click to move mechanics .. but I need to instantiate a Sprite in the navmesh when I click before passing the new Target to the agent as in any MOBA game: but when I use the transform...
asked by 06.02.2017 / 14:59
1
answer

Does Raycast2D not work?

I need to do a raycasthit2d on an image but it only works only when I move the camera manually over the image, but I need to do it with the mouse position I have: using System.Collections; using System.Collections.Generic; using UnityEngine...
asked by 03.09.2018 / 17:32