Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question I want to change what is saved in an asset called RPG farming kit

Discussion in 'Getting Started' started by firerunner1634, Dec 16, 2021.

  1. firerunner1634

    firerunner1634

    Joined:
    Dec 14, 2021
    Posts:
    1
    So I'm new to Unity and coding in general and I downloaded the RPG farming kit. I've been using it and changing some things. I need to make a project for school and want to add a few things like a golden tree that costs money and a few more things. I tried to do it but realized that it was all reset after reloading the game. how exactly do I fix this and if possible could I have more help in making the whole game.
     
  2. Schneider21

    Schneider21

    Joined:
    Feb 6, 2014
    Posts:
    3,510
    Welcome!

    Any changes you make during Play mode are reset upon exiting. If you think about it, this makes perfect sense. Otherwise, any enemies that were spawned (or killed) and any changes made to your level or player would remain after stopping play, and you'd have to set everything back yourself.

    If you want to make changes to the game, do it in Edit mode, and enter Play mode just to test the results.

    That's not really how things work around here. Nobody has time to hold your hand through the entire process of making a game. There is a nearly endless amount of content on the Internet that teaches game development, though. Everything from starting out to advanced topics can be found in video or text format. You'll need to put the effort in yourself to learn. Speaking of learning, Unity has their own tutorials available on the site, and the Essentials course isn't a bad place to start out.

    When you run into issues that aren't covered in whatever tutorial you're running through, the first thing you should do is Google it and try to figure it out yourself. If you try that for a bit and still can't figure it out, feel free to ask people here on the forums, but be specific in your questions, targeted in the scope of what you're trying to do, and include screenshots, any relevant code, and the full error messages you're receiving, if any.

    Good luck!
     
    JoeStrout likes this.