18
2012
Unity 4 is coming soon!
Unity 4, the next generation of the Unity development platform, includes all-new character animation technology, more publishing options, shadows for mobile games, DirectX 11 support and many more key updates. Unity 4.0 is the first release in the Unity 4 series that will offer critical new features. Pre-order Unity 4 today and join us on the quest to a truly democratic AAA game engine!
For more information:
http://unity3d.com/?unity4To pre-order 4.0:
https://store.unity3d.com/There is a thread in Gossip:
http://forum.unity3d.com/threads/140299-Unity-4-Details
Related Posts
4 Comments + Add Comment
Leave a comment
Recent posts
- [GreaseMonkey] Unity Forum Fixer
- UnityHub: Make Hub application background Translucent
- Customize SpriteShapeRenderer quality (but has issues)
- Editor tool: Copy selected gameobject’s names into clipboard as rows (for Excel)
- Editor tool: Replace string in selected gameobject’s names
- UnityHub: Enable built-in Login Dialog (no more browser login/logout issues!)
- Use TikTok-TTS in Unity (with WebRequest)
- Create Scene Thumbnail Image using OnSceneSaved & OnPreviewGUI
- webgl+javascript TTS
- Using Moonsharp (LUA) + Unity Webgl
- Using 3D gameobject prefabs with Unity Tilemap + NavMesh Surface
- Custom Unity Hub Project Template Preview Image/Video (using HTML+CSS in package description)
Recent Comments
- Vector3 maths for dummies! on
- UnityHub: Make Hub application background Translucent on
- UnityHub: Make Hub application background Translucent on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- Install Android SDK+JDK+NDK for Unity (without AndroidStudio or Unity Hub) on
- [Asset Store] Point Cloud Viewer & Tools on
- [Asset Store] Point Cloud Viewer & Tools on
- ffmpeg stream raw video into Unity Texture2D on
yay! “”low level rendering access”, i.e. GL & Graphics classes don’t need a Pro in 4.0.”
http://unity3d.com/support/documentation/ScriptReference/GL.html
http://unity3d.com/support/documentation/ScriptReference/Graphics.html
Believe it or not, These classes work in 3 non-pro also.
Had to test it out and yes it does work in the current 3.5 version oO! must be by accident..(?)
the help page for GL still says “This class is only available in Unity Pro.”
but this code works, http://docs.unity3d.com/Documentation/ScriptReference/GL.LINES.html
Yeah. That’s what I figured. An accident.