Starter project for cosy 2D farming games.NOTE: Coding experience is required to properly expand this package.It is not meant for users that have no programming knowledgeRole Playing Farming Kit is a Template for Unity 3D. It is created to expand and learn from. Removing a lot of the legwork you have to do beforehand.Uploaded and tested with the following versions:2019.4.18 (LTS)2020.3.11 (LTS) 6000.0.32f1 (LTS)Always make sure to backup your project if you upgrade between versions.DocumentationWEBGL DemoThe template gives you a base to work from.contains the following features:V1.00* Character customization* Save System* Time System* Inventory* Item Actions* Grid Selection* Combat system (Limited to rocks, trees etc)* Scene warping system (Async)* Day/Night functionalityV1.01 (Update log can be found here)* Planting and growing of cropsV1.02 (Update log can be found here)* Crate inventory* Enemy baddies to battle* Weather systemV1.05 (2020.3.11f1+ only)* Integrated a free/stripped version of Component Save System* Added/removed scripts for functionality with new save system.* Fixed minor issues.* Reworked crop prefab to use a crop script instead of multiple components.The template utilizes ScriptableObjects as much as possible.This makes it easier for the user to tweak the content with ease of use.V1.1 (6000.0.32f1+ only)* Updated all packages to use the latest version* Upgraded Cinemachine to use new components* Added scene editor toolbar with "Warp Player To View On Play" option* Opening level scenes now automatically opens the Core scene* Modifications as to how levels are loaded in* Project is no longer contained in an "Upload" folder* Small bug fixes