I'm trying to post an image in Unity Answers so I can help explain a question better. But unfortunately, I cannot seem to figure out how to post a image, even after reading the editing help. I tried using the free image hosting, and on that side it seemed to work fine. I tried all the normal linking codes, but none of them worked. If I even use those codes, where do I put them? And if I don't use them, how do I do it? Is this a unity answers question, or is it a FreeImageHosting problem? I have not found a single question that covers this information. Any help would be welcome.
Thanks in advance.
I can suggest you using photobucket or dropbox for this task. It has always worked fine for me. Dropbox is very handy since it allow you to share any kind of file (include unity3d webplayer builds) online, directly from your hard drive. You can also use it to keep documents online, so they are accessible elsewhere. Think of it as a remote USB stick.
– StatementThis is helpful, but both these options seem to require signing up for something. Not that that is a problem, but it seems, Eric5h5 (below), has a simpler solution to the problem. But thank you for your feedback, I will look into this.
– Meater6Input.mousePosition gives you the 2d coordinates of the mouse cursor relative to the corner of the screen. transform.position is the 3d coordinates of an object relative to the origin of the world. So this code first provides an arbitrary "depth" z coordinate to the mouse cursor and then converts the coordinates to world space using ScreenToWorldPoint
– tanoshimi