playMaker

Author Topic: Game idea  (Read 1766 times)

jgalvezpa

  • Junior Playmaker
  • **
  • Posts: 58
Game idea
« 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.

jgalvezpa

  • Junior Playmaker
  • **
  • Posts: 58
Re: Game idea
« Reply #1 on: March 27, 2014, 11:57:12 PM »
bump!

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Game idea
« Reply #2 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