- Home /
Is RenderTexture a Pro only feature?
I read about everywhere that texture rendering is a Pro only feature and I managed to successfully test it on my free version of Unity. How is it possible?
Answer by Cherno · Jun 04, 2015 at 03:20 PM
No, it's also included in the Personal (free) edition.
The "Pro-only" was before Unity5 came out. Back then, the free version of Unity didn't have features like point light real-time shadows and render textures. When Unity5 was released, the version system was changed; Now, we have Unity Personal edition which has the complete engine but some stuff mostly aimed at development teams is missing, and Unity Pro, which includes those things.
Answer by Graham-Dunnett · Jun 04, 2015 at 03:20 PM
The 5.x free version is very very very similar to the Pro version.
Old:
http://docs.unity3d.com/450/Documentation/ScriptReference/RenderTexture.html
New:
Answer by PeO · Jun 04, 2015 at 04:35 PM
Thank you very much for the answer, that explains everything, and makes me a happy developper ;)
Your answer
Follow this Question
Related Questions
RenderToCubemap with Image effect? 0 Answers
How to specify a depthSlice of Camera's targetTexture? 1 Answer
Multiple camera One rendertexture (panoramic view) Please Help Very Important!! 1 Answer
RenderTexture not working when in Editor 1 Answer
When rendering to a texture, how to prevent camera from also rendering to screen? 0 Answers