It's pretty much the same in the UK. Generally, every employee must be give the following statutory paid notice (at their normal weekly rate) if they lose their job, as a minimum requirement. Employers are able to give above this your the contract says so, but no less. * one week if you have been employed between 1 month -…
My pleasure :) 1. Because RappaTools2 it's free... And i don't want to work on script protection :) no stupid activation or stuff like that... install it and use it straight out the box ( or mzp file :P ) Well imagine rappatools2 but better... new features and improved old features... also now functions are available for…
When I said in my first message I didn’t have « enough people to help me with the game » it didin’t mean I didn’t have any person in my team at all. I already have 2 Hardsurface modelers, 2 organic modelers, no animators but we are using animations from the unity asset store as placeholders 1 coder 1 art leader 1 composer…
@junky [ame]http://www.amazon.com/Naked-Economics-Undressing-Dismal-Science/dp/0393324869/ref=sr_1_1?ie=UTF8&s=books&qid=1265175073&sr=8-1[/ame] [ame]http://www.amazon.com/Economics-One-Lesson-Shortest-Understand/dp/0517548232/ref=sr_1_1?ie=UTF8&s=books&qid=1265175315&sr=1-1[/ame] a couple of books I read that you might…
So, I just got an sample working 100% in both eyes. IDK when i'm gonna be able to record a good video, so I'm going to break-down in general the process behind it. First of all, just bend deformers if your going to animate in Maya work well just like the lattice deformer. I don't think you'll able to use strech/squash…
This looks really top notch! Really nice to see level headed approach to 3D software, no right click is the new left click Blenderisms or Zbrushisms, which is really relaxing thought, plain pragmatic approach. Didn't read all the comments, but here are some thoughts based on watching OP video; 1. Is there any kind of…
A question that is related to the previous one. Now that I have 2 object arrays the second array starts connecting the values but from 0.0 to 1.0 and I would need the opposite starting with a value of 1.0 and ending with a value of 0.0 I'm using this way to do it and it's not the right way. ("Z_Rotation * (" + ((1.0 /…
Sure, but there's nothing to loose by getting the cheapest tools available. Even the most important part, clay, is pretty cheap. Spiderzero uses this : [ame="https://www.amazon.com/Chavant-Clay-Medium-Sculpting-Modeling/dp/B005V0YOY2"]Amazon.com: Chavant Clay - NSP Medium Brown - Sculpting and Modeling Clay (1/4…
U/V information is not stored relative to the picture. What he's suggesting is to scale down your U/V co-ords so they all fit in 0-1 at export and then during runtime scale them back up and offset the upscaled version. Personally I think you're doing a very odd pipeline. There's no way pixel data will exist outside 0-1 so…
Okay, next issue!!! Cubes using this plane vert placement mode don't seem to want to place properly when using the code from the simple move x rand version. The cubes are all being placed in the correct amount, but ontop of each other and the script is failing at moving each cube as it gets created. Heres my code.. Where…