Depends on how big your array will be. If you go with the solution 1, you will have to enter numbers into the dataset manually. If you do the solution 2, then this operation will be variably expensive; it will sometimes land perfectly, and it will cycle for long times otherwise. It seems that you're working with Unity…
Yes, it does mean Convexity isn't necessary for exporting anymore. However, I still recommend Convexity for its wide array of design tools. A few key features in Convexity are for editing Entity Properties, Loading a Lin file (for detecting leaks) and the Wall Side View Editor (which is one of my favorite things). The VMF…
Progress is a little slow (partially due to hunting trip, partially due to the fact that I'm still learning Maya), but here is my progress thus far: The shell so far is lacking a bit in detail, but I also want to leave it with plenty of flat areas to have painted-on details (writings and graffiti by Jinx) The tail was a…
Thanks guys. Gilesruscoe - Ah good point. Do you know of any decent iOS/dev forums? My idea isn't a game, rather an app, so I don't know of any active boards that I could post on. GlynnSmith - Thanks! Yeah my original partner was getting started but he lost interest and got stuck too I think. I've considered learning to…
I think BurgZerg has quite a bit of video tutorials. I look at lots of tutorials on youtube, and then there is stuff on Unity Cookie as well. http://www.youtube.com/user/BurgZergArcade/videos http://cgcookie.com/unity/ For basic categories that could be useful. Look up how to use arrays and learn how to use delegates.…
CleanerWolfThat shader, is pretty good. but it's based on multiple "shells" of the model where dots are arrayed on collumns our from the model. it's a common shader on the Nintendo, but not on the PC, as people have gone in different directions in terms of render optimization. Consoles wanted more shaders, and PC's wanted…
The UV tiles is the array of squares you're referring to. I'm not much a fan of them. I'm inclined to think you're always better to have the option to work on your textures in photoshop if need be, although they are nice if you just can't be bothered going to the trouble of making a proper UV map. If you unwrapped your…
Hi guys, I'm trying to take my selection of 5 objects and print the name of first object, then when I run the code a second time print the name of the next object and so on. This works until it gets to the end of the list, but after that the scripts dies and I'd like it to go back to the beginning of array and print the…
So Ive seen a number of programming questions answered here so Im going to post and hope for the best. Im stuck on a pretty simple javascript command, I am creating UI elements for an array and I want to add 5 units to the y height for each var in the iteration. Im aware of the ++ command but dont understand how its…
From my blog:http://metalshockgame.blogspot.com/ The mech concept was put together a Landmate mech popped out. The good news since its a Landmate It can run, hover-skate, hover and fly, thus eliminating the need for separate armored suits and hovercraft. Therefore instead of separate HUDs, leaning curves,an array of…