View all by Bee
Bee
Follow Bee
Follow
Following Bee
Following
Add To Collection
Collection
Comments
Devlog
More like this
Related
Coffee Shop Simulator Tutorial in Unreal Engine 4
←
Return to Coffee Shop Simulator Tutorial in Unreal Engine 4
Devlog
Coffee Shop Sim (C++ & BP) - Chapter 5 - Moving to Unreal Engine 5 & Managing Customers!
August 10, 2022
by
Bee
In this final chapter, we will manage the coffee shop, when to open and close it and the customers. I will also show you how to upgrade from Unreal Engine 4.27 to Unreal Engine 5.0 In the last chapter...
Continue reading
Coffee Shop Sim (C++ & BP) - Chapter 4 - Dispatching customer's orders and earning money!
March 20, 2022
by
Bee
In this chapter, we will finish with the customer's orders logic. Download the CoffeShopSim_Chapter4.zip file with the final result. We are using Unreal 4.27.2; make sure you use the same version, or...
Continue reading
Coffee Shop Sim - Chapter 3 - Picking and dropping items with interactables using C++ & BP
November 17, 2021
by
Bee
1
In this new chapter, we are going to continue with the customer's order. The customer will be waiting at the counter until we deliver each item on their order. When every item has been received, the c...
Continue reading
Coffee Shop Sim - Chapter 2 - Customer waits for player to complete order
September 22, 2021
by
Bee
1
In this second chapter, we are going to continue with the AI Customer. Right now, the customer reaches the counter, plays an animation 3 times and goes back to their initial position. We will update t...
Continue reading
Coffe Shop Sim - Chapter 1 - AI Customer
August 23, 2021
by
Bee
In this first tutorial , we will implement a customer who approaches the counter, waits for a few seconds, and exits the coffee shop. The customer will repeat these actions in a loop. In later episode...
Continue reading