Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: jgalvezpa on March 26, 2014, 12:29:48 AM

Title: Game idea
Post by: jgalvezpa on March 26, 2014, 12:29:48 AM
Hello im new with game development in general.
How can i make a game exactly like this with playmaker.

for example when the sprites explode, the remain sprite looks like a real glass has been destroyed etc.
Title: Re: Game idea
Post by: jgalvezpa on March 27, 2014, 11:57:12 PM
bump!
Title: Re: Game idea
Post by: jeanfabre on March 28, 2014, 01:10:15 AM
Hi,

 It's not really something you implement in PlayMaker, it's more about your visuals isn't it?

 I could see any glass shattering in that video, can you give me the exact time on that video of the effect you are mentionning?

-- If you are looking at boolean operations ( cutting a sprite bits by bits ) , then I think what you are looking for is something that can allow you to paint onto a texture ( likely paint a matte texture that would be composed with the actual sprite). That's very complex and I would strongly advice you get an sdk for this like:

https://www.assetstore.unity3d.com/#/content/11735


-- If you are looking for real meshes cutting,

https://www.assetstore.unity3d.com/#/content/12572

http://forum.unity3d.com/threads/157009-BooleanRT-Realtime-3D-boolean-operations-for-(Runtime-Editor)


Bye,

 Jean