rcampbell1337 / Chainlink-games

:tada: The first attempt at making a 2D sidescroller, this is made with unity and is an ongoing project! :tada:
2 stars 0 forks source link

We have a working save system lads! #13

Open rcampbell1337 opened 4 years ago

rcampbell1337 commented 4 years ago

Oh man was it tough but we got there!!! :+1:

It now loads from the main menu to where the player was last saved, it is maybe a little janky and will definitely require some reworks :construction: But it's a start! deffo should of followed a tut

(YES I USED BRACKEYS TO MAKE IT ORIGINALLY BUT I SORTED THE MAIN MENU LOAD MYSELF!)

Save and load added to pause menu in game

Permanent save state in unity

Load into last save from main menu

It keeps track of:

  1. Health
  2. Player name
  3. Position

:shipit: Happy hacking boys! :shipit:

Closes issue #12