Tagged Questions
1
vote
3answers
141 views
How to differentiate between instantiated objects in Unity?
I'm currently trying to solve a way to go about the following problem before I start writing any code (the old fashioned pen and paper way) but I'm not sure how I could achieve the following.
I'm ...
2
votes
1answer
65 views
How do I gain access to objects in order to change their properties in Unity?
I have created a GUI text object named "GUIText" in the Unity editor, and I want to change what the text says via code (I'm using C#). How do I access GUIText1 to change its string properties?
I want ...
0
votes
0answers
545 views
Cutting objects and applying texture to cut. Unity3d/C#
Basically what I'm trying to do is figure out how to calculate realtime cutting of objects, and apply a texture to the cut. I found some good scripts, but most of them have been abandoned and aren't ...
2
votes
2answers
947 views
Creating an object in javascript with unity (unityscript)
So I have a ton of experience with JavaScript (its what I do for a living) but I am new to unity. I have built a game engine in javascript but now want to move it over to unity. I have been trying to ...
