Hi there, im very new to unity and game building in general …
I’m trying to make a little point and click game. At this point I have all my scenes but now I’m looking for a way to lock/unlock a scene based on previous actions. Here is an example:
Scene 2 ->Player meets a farmer and a dialogue box opens. " have you seen my pitchfork? "
Now, I want the player to have two options (yes or no button) but I want him to only be able to click on yes if he has obtained the pitchfork (by clicking on it ) in the previous Scene1.
How do I code this?
As I am very bad at coding ( no experience so far ;p) I would be very happy if you can show me an easy way of doing this… preferably with the code =)
Thank you very much for your help!