question

brunobfsat avatar image
brunobfsat asked

Playfab Farm countdown

Hello, I'm creating a farm game in unity and I would like to know the best way for me to make a harvesting system using playfab. because I need when the player makes a plantation counts a countdown in playfab and even if the player comes back later in the game the countdown has not stopped.

unity3d
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
Gosen Gao avatar image
Gosen Gao answered

Basically, you want the client to know when the Item is complete. Let’s say the player plants crop A and it will mature in 6 hours. In order to let the player know when the A he planted is ripe, you can record the ripening time point when planting. Then your frontend can start a countdown according to that time point.

10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.