The monodevelop tag has no usage guidance.
0
votes
1answer
52 views
handle mousedrag() for two different game objects individually in 2D environment
I am developing a pong game for android mobiles having 2 slider and want to assign movement of individual slider corresponding to its current position
I tried some code for the movement of these ...
1
vote
0answers
37 views
MonoDevelop won't start
I'm unable to open the MonoDevelop for script writing. I've done all the things mentioned here:
http://answers.unity3d.com/questions/574157/monodevelop-not-opening-in-unity-43.html
When I replace the ...
0
votes
0answers
96 views
Errors Generating A Plane Mesh Using A Script In Unity
In unity I have a script which is attached to a game object with a mesh filter. The purpose of the script is to generate a flat plane of 100x100 vertices. The code for the script compiles in ...