article thumbnail

Physics and sprite animation dont works

Cocos

Hi, I have a small problem when i use Physics with animation. Basically the problem is here: sprite->runAction(RepeatForever::create(animate)); If i comment this line, it works.

Sprite 52
article thumbnail

The Spine Animation Story at Logic Simplified

Logic Simplified

Whoever thought Spine 2D animation reminds you of a paper doll craft, where you move all the body parts to create animations, was right! Spine is a 2D skeletal animation tool for game development and other animation projects. One, how Spine works as a great 2D animation software. How does it work? They create!

Animation 109
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Effective way of using spine animation as sprite

Cocos

Hi, in my game I used alot of spine animation. But the render overhead is quite high compare to sprite even when I set timeScale = 0 and cache to SHARE_CACHE. I don’t want to create separate for that spine to save memory usage. So how can I optimize this? Thanks in advance.

Sprite 40
article thumbnail

Mask with sprite stencil and custom material?

Cocos

I’m attempting to make a UI mask with a sprite stencil. I have a shader that I’ve made that essentially takes the sprite and adds a glitchy effect to it… (like a static glitch on a hologram display) It works great with sprites and does exactly what I want it to do.

Sprite 40
article thumbnail

Mask with sprite stencil and custom material?

Cocos

I’m attempting to make a UI mask with a sprite stencil. I have a shader that I’ve made that essentially takes the sprite and adds a glitchy effect to it… (like a static glitch on a hologram display) It works great with sprites and does exactly what I want it to do.

Sprite 40
article thumbnail

In the over-the-top world of Mullet MadJack by HAMMER95 dopamine means life

PreMortem.Games

It’s like an eighties anime comes alive. “I I always liked Japanese anime and arcade fast gameplay”, says Martinello. “So So Mullet MadJack is like a kickass Japanese anime, but playable! And Jack is your typical action hero from that era.” “I always liked Japanese anime from the VHS era. And those visuals really do pop.

Animation 136
article thumbnail

Complete guide to Unity 2D animation

Game Development for Beginners

Unity is a very powerful Game development tool and in recent years Unity has put some efforts to help developers animate and model their game assets inside Unity. Unity 2D animation has grown a lot, now you can animate a 2D sprite using skeletal animation in Unity. In this tutorial, we will see how to. Read more