Author : jdvi


Reply
Reply
 
Thread Tools Display Modes
Thomas P.'s Avatar
Old (#1)
Hey there folks,

Unity Tech. just announced the availability of 3.5 (Final version) on their website. Go and check out the details and download!


http://www.unity3d.com




Thomas P.
Offline , spline, 127 Posts, Join Date Sep 2008, Location USA  
   Reply With Quote

bugo's Avatar
Old (#2)
Let's check this beauty
Offline , dedicated polycounter, 1,463 Posts, Join Date Feb 2006, Location Redmond WA Send a message via MSN to bugo Send a message via Skype™ to bugo  
   Reply With Quote

Codexus's Avatar
Old (#3)
Awesome! I hope they fixed all the little glitches from the beta!
Offline , null, 4 Posts, Join Date Jan 2011, Location Geneva, Switzerland  
   Reply With Quote

MrNinjutsu's Avatar
Old (#4)
Some great improvements. Hopefully max files from 2012 will be supported, anyone know? I've not seen anything in the list about it.
Linkedin l Website
Artist at Facepunch Studios
Offline , triangle, 409 Posts, Join Date Jul 2011, Location United Kingdom  
   Reply With Quote

Thomas P.'s Avatar
Old (#5)
Quote:
Originally Posted by MrNinjutsu View Post
Some great improvements. Hopefully max files from 2012 will be supported, anyone know? I've not seen anything in the list about it.
I would (and always do) advise against using native files (Maya, Max, whatever) for the simple reason that if you work in an environment with people that use different software it's always going to be tricky for them to open such files. Best is to always export as FBX no matter what you use. That has been proven to be the most "save" way to work and I've been using Unity since 5 years by now, so I am just sharing my experience.
Offline , spline, 127 Posts, Join Date Sep 2008, Location USA  
   Reply With Quote

MrNinjutsu's Avatar
Old (#6)
Quote:
Originally Posted by Thomas P. View Post
I would (and always do) advise against using native files (Maya, Max, whatever) for the simple reason that if you work in an environment with people that use different software it's always going to be tricky for them to open such files. Best is to always export as FBX no matter what you use. That has been proven to be the most "save" way to work and I've been using Unity since 5 years by now, so I am just sharing my experience.
Appreciate it. Well with the game we're making, were using the same software. Max 2012. Sometimes its a bit tedious having to export every asset that enters the game. It's not so much a problem really, it would just make life a little easier in some areas, but I totally understand on the FBX point.
Linkedin l Website
Artist at Facepunch Studios
Offline , triangle, 409 Posts, Join Date Jul 2011, Location United Kingdom  
   Reply With Quote

blood_falcon's Avatar
Old (#7)
Been waiting for this update, the new Shuriken particle system editor looks great!
Offline , line, 82 Posts, Join Date Sep 2009, Location Los Angeles  
   Reply With Quote

gsokol's Avatar
Old (#8)
Awesome, was looking forward to this.
George Sokol
Environment Artist @ Volition-Inc
Portfolio
Art Blog
Offline , dedicated polycounter, 1,411 Posts, Join Date Feb 2010, Location Champaign, IL USA Send a message via Skype™ to gsokol  
   Reply With Quote

Elyaradine's Avatar
Old (#9)
It's a great update!

Quote:
Originally Posted by MrNinjutsu View Post
Appreciate it. Well with the game we're making, were using the same software. Max 2012. Sometimes its a bit tedious having to export every asset that enters the game. It's not so much a problem really, it would just make life a little easier in some areas, but I totally understand on the FBX point.
Apparently, in many cases if you want to use native Max/Maya files, you actually have to have the program installed on the machine. (Unity supposedly runs the program's native FBX exporter on the file when it tries to import it.)
Generalist and TA at Luma Arcade
Houdini/Mixamo entry
Offline , triangle, 287 Posts, Join Date Apr 2009, Location South Africa  
   Reply With Quote

Ged's Avatar
Old (#10)
coool! anyone tried lightprobes and shuriken yet? any pros and cons with the new systems? I would imagine lightprobes could be costly? hopefully shuriken isnt any more intensive than the old particle system
Offline , veteran polycounter, 3,902 Posts, Join Date Feb 2007, Location UK cheltenham  
   Reply With Quote

Brendan's Avatar
Old (#11)
Quote:
Originally Posted by Ged View Post
coool! anyone tried lightprobes and shuriken yet? any pros and cons with the new systems? I would imagine lightprobes could be costly? hopefully shuriken isnt any more intensive than the old particle system
Shuriken can be faster or slower then the old system depending on how you use it.

Believe me, the temptation is there, with the massive increase in power and control, to just go all out and blow 15 of the 16 available milliseconds on particle effect because you can.

However, with said great power comes great responsibility, and thankfully it's easy to trim the effects into something that looks fantastic, but with significant speed gains over the (now called) legacy system.
Offline , triangle, 350 Posts, Join Date Dec 2010, Location Brisbane  
   Reply With Quote

Elyaradine's Avatar
Old (#12)
With Shuriken, you can set a maximum number of particles on screen so that it doesn't go overboard. It's really awesome.

Lightprobes take up a little bit more memory (almost the same as a couple of vertices as far as I know, so it's pretty cheap; for each probe it's a position, and three or so (?) directions and colours), and an extra few instructions in your shader to do the SH sample. It's, like, 1 more texcoord, and 6 or so instructions I think; I'm not sure, but there's a SH function in your UnityCG.cginc file that should have it, plus 1 instruction for applying the result.
Generalist and TA at Luma Arcade
Houdini/Mixamo entry
Offline , triangle, 287 Posts, Join Date Apr 2009, Location South Africa  
   Reply With Quote

Ged's Avatar
Old (#13)
Quote:
Originally Posted by Elyaradine View Post
With Shuriken, you can set a maximum number of particles on screen so that it doesn't go overboard. It's really awesome.

Lightprobes take up a little bit more memory (almost the same as a couple of vertices as far as I know, so it's pretty cheap; for each probe it's a position, and three or so (?) directions and colours), and an extra few instructions in your shader to do the SH sample. It's, like, 1 more texcoord, and 6 or so instructions I think; I'm not sure, but there's a SH function in your UnityCG.cginc file that should have it, plus 1 instruction for applying the result.
shuriken sounds good, I had a small play, couldnt figure out what each setting means just by looking at it but will read up on it.

So probes require some proper per pixel shaders? maybe not a good idea for older mobiles eg 3GS or mediocre androids?
Offline , veteran polycounter, 3,902 Posts, Join Date Feb 2007, Location UK cheltenham  
   Reply With Quote

Elyaradine's Avatar
Old (#14)
No, you can do the lookup function in your vertex shader (~6 instructions), and apply the result in your pixel shader (1 instruction). Kind of like vertex specular, and other such stuff.

I think. I don't really have experience working on the 3GS, and I'm no graphics programmer, but if your game becomes unplayable, I don't think it'd come down to your adding light probes. :P

[edit] Unless you have a really big level -> lots of probes might become a memory problem I guess.

Last edited by Elyaradine; 02-15-2012 at 08:02 AM..
Generalist and TA at Luma Arcade
Houdini/Mixamo entry
Offline , triangle, 287 Posts, Join Date Apr 2009, Location South Africa  
   Reply With Quote

cptSwing's Avatar
Old (#15)
Quote:
Originally Posted by Elyaradine View Post
Apparently, in many cases if you want to use native Max/Maya files, you actually have to have the program installed on the machine. (Unity supposedly runs the program's native FBX exporter on the file when it tries to import it.)

yeah, that's how i remember it used to work, at least.
Offline , polycounter, 1,286 Posts, Join Date Aug 2011, Location Berlin  
   Reply With Quote

Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Copyright 1998-2012 A. Risch