2010-02-22
Unigine booth at GDC SF 2010
We gladly invite you to come visit our booth #1344 at Game Developers Conference, San Francisco, 2010. There you will be presented the recent version of Unigine Engine and the Heaven Benchmark 2.0 along with a lot of featured Unigine-based content. Feel free to contact us for an appointment.
2010-02-05
Unigine engine empowers dinosaurs game
Unigine-based project by Lukewarm Media ("Primal Carnage" action shooter featuring dinosaurs) is currently close to the end of pre-production stage, release is planned in Q4 2010. Read more in the official press-release.
2009-12-07
Afterfall game at Game Connection Lyon 09
Nicolas Intoxicate, a Polish developer, will demonstrate the Unigine-based "Afterfall" game at Game Connection 2009 (Lyon, France). Find out more on the official website of the game.
2009-10-22
The first DirectX 11 benchmark released on the basis of Unigine engine
We have released the first DirectX 11 benchmark "Heaven" with comprehensive use of tessellation technology, advanced SSAO, new volumetric cumulonimbus clouds, interactive mode and much more. Read the official press-release.
2009-10-01
Unigine Engine Gets DirectX 11 Into Gear
Updated Unigine™ engine has successfully incorporated the groundbreaking DirectX 11 capabilities, including hardware tessellation, DirectCompute technology and Shader Model 5.0. Read more in the official press-release.

Development Log

You can subscribe to our RSS feed.
There is also a translated LiveJournal account: unigine_devlog.
2009-04-15

Players refactoring, render speedup

Recent changes:

  • Various render performance optimizations.
  • Improved rasterizing occluders.
  • Decals from particles.
  • ObjectMeshDynamic can be created from a mesh file.
  • New type of occluders: WorldOccluderMesh, which can have arbitrary geometry.
  • Added WorldTransform, WorldTransformBone and WorldTransformExpression node types for transformation of nodes by a spline, an animation and an expression.
  • Added set of functions for easy manipulations with node transformations.
  • Binary format of spline files.
  • Callbacks for physics, triggers and GUI are moved to the appropriate classes.
  • Inheritance of parent object's animation in skinned meshes (useful for attaching clothes to a character body).
  • Added field for arbitrary user data in each node.
  • Added reflection masks for lights.
  • Updated spline exporter for 3dsMax.
  • System profiler now accumulates values from counters with the same name.
  • Optimization of shadow rendering for LightWorld.
  • Fixed screenshot grabbing under Direct3D9.
  • Heavily refactored players, now they are full-featured world nodes.
  • NodeRef caching on load, it leads to faster world loading.
  • Additional sorting of equidistant from the camera transparent surfaces by blend function.
  • Improved camera for high-level Character system.
  • New high-level controls system in UnigineScript (see data/scripts/input).
  • Updated reference manual, added "Programming / High-Level Scripts / Character System" article.

Here is an animation tree scheme for new character sample, which is included in the SDK:
Animation tree example

PS: We have updated Unigine development roadmap for this year, now you can see status of scheduled features.