Hi Eric, Unfortunately to autodesk one does strange things to imported files, which leaves just the official Collada one from their working group. I believe its a text file, maybe I can get the programmer to make such a script. In any case it would be inefficient having to rerun that script everytime I made a change.…
You can do it with a script like this one. To give it a spin, select all meshes in order and run the script. The first object will be the name for the final combined mesh. int $keepHistory = false;string $selection[] = `ls -sl -l -tr`;string $shortNames[] = `ls -sl -sn -tr`;string $parents[] = `listRelatives -p -f…
Any help coming right up :) Can't really understand the problem here, also i have very basic knowledge of unity scripting but, isn't it supposed to act that way? I mean the door have animation right? and it is checked ( enabled ) and it works while enabled, so if i understood the problem correctly ( which i don't think i…
Turn off the read/write flag on the mesh and it will cut the memory used in half. Doing this means you will need to do manual refresh every time you change the asset. https://docs.unity3d.com/Manual/BestPracticeUnderstandingPerformanceInUnity4.html Models Disable the Read/Write enabled flag TheRead/Write enabled flag for…
The single best thing that i love about unity is the extra plugins and scripts that people have written to make it even better. As an artist who's new to programming I came across one such plugin that has allowed me to make entire games without even have to write a single line of code. Its called Playmaker…
Yep, in the curve editor right click a key to bring up the Tension, Continuity and Bias settings from there you can adjust the values and see their effect on the curves. If you're working in biped they realize that Euler curves with handles are still easier to work with so they allow biped to be switched to Euler mode…
https://developer.valvesoftware.com/wiki/Dota_2_Workshop_Tools Workshop tool features Addons Overview Creating, organizing and releasing your Dota 2 addon Level Design Level design and Hammer information Scripting An addon's script code defines the game rules for an addon Modeling Models are the detailed objects or…
Take company B since you have already given half a dozen reasons why you are going to take that job. Technical artist job requirements vary from company to company. I write lots of scripts but I've worked with other tech artists who never wrote scripts. A good technical artist is someone who has three skills: art,…
I use UltraMon, it gives you a "move to other monitor" function to the Alt + Spacebar menu. So you press Alt+Space, Up Arrow twice and hit enter and it will pop on screen. I've also seen it suggested that you delete/move your 3dsmax.ini file but I'm not sure that works on 2009 and higher... and that's kind of dicey...…
He uses the script that gaganjain linked (in fact he said what it was called in the video!), although you can do the same thing without a script by using Animate -> Motion Paths -> Attach To Motion Path and then do Animate -> Create Animation Snapshot. It's pretty much like Max's "Spacing Tool", except it keeps the…