In game cell phone feature?

Hello, I’m kinda new to the whole Unity game engine thing. I have searched for assets and script references about an in game cell phone I want to put in my game but all the sources led to stuff about real life android phones or whatnots…

So I was wondering if there is any way I can make an in game cell phone feature in my game.
Example: When the player wakes up to another day I want them to be able to check their cell phone and see what characters in the game (they made friends with or such) texted to them that morning, it doesn’t need a reply back feature, just a basic cell phone pick up every morning to check in case a character wants to send them a text for like an event to happen e.g “Meet me at the park soon, I have something I want to tell you”

If anyone knows any method to go about making this happen I’d be very much appreciated.

BONUS: I sometimes use the gamekit Fungus for my games so if you know a script for it out there that exists I can easily import it into Fungus.

Thank you very much for your time

Yes, you can. If you’re talking about if they log off for the night and come back on, you’ll going to have to record a time stamp when they are done, then when they come back, see how much time has passed and determine what event to trigger as well as make sure you don’t duplicate events or if you have some events that can only trigger once, have to watch those.

I’m not going to have a script for that, but hopefully that gives you a general idea.