3D Animated Nyan Cat in UDK / Unreal Engine 3
A 3D model of Nyan Cat with full animation that uses no scripts (and no kismet scripts also) in Unreal Engine 3 / UDK.
Only materials are used to "animate" the frames.
Making this took almost one day because i had to change UV positions "multiple" times and optimiting the model...
UDK has polygon limits so i had to remove unused polygons for all 6 frames and simplyfied the rainbow mesh.
Since i had no idea how to switch between textures in the UDK material editor, i simply used a "texture panner" to render the frames.
Only the colors of the model can be changed.
Changing the model itself is only possible on the unmerged one.
So edits on the merged model in UDK is almost impossible because multiple different polygons are on the same positions.
And if i tried that, i had to add more colors to the texture (what also means more UV positions) and if the texture is to full, you need to change already positioned UV positions again.
That's just painful.