#unitycsharp
Explore tagged Tumblr posts
ajaygamedev · 5 years ago
Photo
Tumblr media
Short unity tutorial Want more short tutorials? ... #unitytips #unityproject #unitycode #unitycsharp #gameprogramming #gamecoding #tipsandtricks #gamedesigntip #gamedevtips #unitytutorials #unitytutorial https://www.instagram.com/p/B_R2cBzF5PV/?igshid=pr3ouhsizjjm
0 notes
rosemalone-blog · 8 years ago
Video
tumblr
Bird Tracking! When the cube hits a bird, the bird’s # is printed in the lower-left hand corner. 
0 notes
rosemalone-blog · 8 years ago
Video
vimeo
Sandwich Cat with Arrays!
So I cannot figure out how to check to see if every bool in an array of bools is true. Were that the case, then the rotating sandwich would appear on its own. 
Tumblr media Tumblr media
0 notes
rosemalone-blog · 8 years ago
Video
tumblr
Bird and bug AI using corotines and some simple flocking techniques
Tumblr media Tumblr media
0 notes
rosemalone-blog · 8 years ago
Video
vimeo
Assemble a sandwich!
Questions: 1) How do you make it so that the texture on the cube is right-side up on all faces
2) How does one pull a bool from multiple different objects with the same tag without hardcoding it for each cube instance?
0 notes
rosemalone-blog · 8 years ago
Video
tumblr
Simple unity script to make worlds. All movement done with a combo of sine, cosine, and tangent equations. 
0 notes
rosemalone-blog · 8 years ago
Video
tumblr
Binary Guessing game - with visuals!
... well almost. There are some issues with the input. Debug.Log tells me that my variable that receives the text input never gets past the first instance, while the game reacts like every new entry is simply appending the string.
 Neither is what I want. 
0 notes
rosemalone-blog · 8 years ago
Video
tumblr
Tumblr media
0 notes
rosemalone-blog · 8 years ago
Link
0 notes
rosemalone-blog · 8 years ago
Photo
Tumblr media Tumblr media Tumblr media
Unity C#: Pascal’s triangle in glorious shades of fusha using Unity’s Debug.Log only. 
Also, Unity returns “Infinity” after 2^1023.
0 notes