This tool can help you to animate sprites with Unity 3D.
You can create 2D skeletons, skin your characters to the bones, and create really easy to use controls that make animating 2D characters.
The tool come with this price $30.00 from this link.
First you need to create a 2D project into Unity 3D.
After you download this tool into your Unity 3D then you can deal with this tool.
The main goal is to assemble sprites into a character and then create the desired animation.
Then the animation will be embedded in your project just like any animation.
See the next tutorial from official youtube channel of Puppet2D tool:
2D, 3D, game, games, online game, game development, game engine, programming, OpenGL, Open AI, math, graphics, design, graphic, graphics, game development, game engine, programming, web development, web art, web graphic, arts, tutorial, tutorials,
duminică, 12 noiembrie 2017
Unity 3D and the Puppet2D tool .
Posted by
Cătălin George Feștilă
Labels:
2017,
2D,
game programming,
games,
tutorial,
tutorials,
Unity,
unitypackage,
video tutorial

miercuri, 8 noiembrie 2017
The Mischief 2.1.5 - another drawing tool.
This is tool come free and you can use a paid version.
The paid version come with one price $25 more features : presets, a full color palette, layers, and export to PSD files.
This allows you unlimited freedom to sketch, create and save brushes, hot keys and shortcuts.
You can used with Windows 7/8 and Mac OS X. I tested with Windows 10 and works great.
The output of your project is filename with the extension named .art .
The result of your work can be export like .pdf , .jpeg or .pds files.
The free version I don't see the copy paste option, but you can use export to save your drawing image.
This application come with few feature in the free version.
The paid version come with one price $25 more features : presets, a full color palette, layers, and export to PSD files.
This allows you unlimited freedom to sketch, create and save brushes, hot keys and shortcuts.
You can used with Windows 7/8 and Mac OS X. I tested with Windows 10 and works great.
The output of your project is filename with the extension named .art .
The result of your work can be export like .pdf , .jpeg or .pds files.
The free version I don't see the copy paste option, but you can use export to save your drawing image.
This application come with few feature in the free version.
sâmbătă, 4 noiembrie 2017
The MediBang Paint - free drawing and animation software tool.
Today I show you another free drawing tool named: MediBang Paint .
The MediBang Paint is a FREE lightweight digital painting and comic creation software.
This tool comes loaded with brushes, fonts, pre-made backgrounds, and other resources,like :
The official youtube channel can be found here.
The MediBang Paint is a FREE lightweight digital painting and comic creation software.
This tool comes loaded with brushes, fonts, pre-made backgrounds, and other resources,like :
- Cloud features
- tool for comics
- materials
- Fonts
- Group Project
- and Paint Gallery
The official youtube channel can be found here.
Posted by
Cătălin George Feștilă
Labels:
2017,
2D,
android,
drawing,
iPad,
software,
tool,
windows 10

duminică, 22 octombrie 2017
News: C# IN GODOT game engine.
The development team come with this news:
In order to bring C# programming to Godot, we are embedding the Mono runtime into the engine. As of alpha2, Godot is using Mono 5.2 and C# 7.0 is supported.
I will write more posts about the internals and how things work in the future but, for this one, I would like to focus on introducing the language and how to write Godot scripts with it.
One example of script it's that script class show by the development team :
In order to bring C# programming to Godot, we are embedding the Mono runtime into the engine. As of alpha2, Godot is using Mono 5.2 and C# 7.0 is supported.
I will write more posts about the internals and how things work in the future but, for this one, I would like to focus on introducing the language and how to write Godot scripts with it.
One example of script it's that script class show by the development team :
// Coin.cs
using Godot; // Namespace that contains all Godot types
// Class Coin has same name as its file. Godot will detect it
public class Coin : Node
{
public override void _Ready()
{
GD.Print("Hello, Godot!");
}
}
Read more about this at official website .
Posted by
Cătălin George Feștilă
Labels:
2017 news,
C#,
Game,
game development,
game engine,
Godot,
news,
programming

Abonați-vă la:
Postări (Atom)