what does unity pro offer that unity free doesn’t?
1 Answer
1Like @ChrisD said, you have complete info on the website (read this), but from my point of view the most important Pro features are:
1- Plugins: you need Pro to use plugins in your game - like DLLs to control USB devices, for instance;
2- Postprocessing effects: Pro includes several post rendering effects, like anti-aliasing, blur, fisheye etc.
3- Profiler: It’s a very important tool to optimize your game.
it's all on the website.
– Chris-D