asim-shrestha / showdown

A 2D platformer battle royal made with Unity. Play against friends and foe through multiple "Showdowns" until one player is ultimately victorious.
3 stars 0 forks source link

Create platforms that move horizontally or vertically. #19

Open asim-shrestha opened 4 years ago

asim-shrestha commented 4 years ago

Make prefabs of these objects (One for vertical and one for horizontal) so we can place them in any level. To find art for these platforms, either find it online or leverage the existing tiles that are in the project (This route will probably require some image editing).

NOTE: The positions of these platforms must be synced across the network. This will probably be easily accomplished with the Network Identity and Network Transform components

Also note that these platforms should carry players with them as they move.