# Life Simulation Unity **Repository Path**: DuckyThe_Man/life-simulation-unity ## Basic Information - **Project Name**: Life Simulation Unity - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-20 - **Last Updated**: 2021-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Life Simulation Unity #### 介绍 视频版介绍 https://www.acfun.cn/v/ac31253641 实现生活模拟器游戏中的采集系统,不同工具采集不同材料 ![手持物品](https://gitee.com/DuckyThe_Man/life-simulation-unity/raw/master/pic/Snipaste_2021-09-30_10-01-24.png "手持物品") ![斧头](https://gitee.com/DuckyThe_Man/life-simulation-unity/raw/master/pic/Snipaste_2021-09-30_10-01-33.png "斧头") ![钓鱼竿](https://gitee.com/DuckyThe_Man/life-simulation-unity/raw/master/pic/Snipaste_2021-09-30_10-01-49.png "钓鱼竿") ![雨伞](https://gitee.com/DuckyThe_Man/life-simulation-unity/raw/master/pic/Snipaste_2021-09-30_10-01-58.png "雨伞") 不同物品之间切换 ![手持物品之间的切换](https://gitee.com/DuckyThe_Man/life-simulation-unity/raw/master/pic/%E5%8A%A8%E7%94%BB.gif "手持物品之间的切换") 不同物品使用动作 ![使用物品](https://gitee.com/DuckyThe_Man/life-simulation-unity/raw/master/pic/%E5%8A%A8%E7%94%BB2.gif "使用物品") 不同工具对不同环境资源的动作 ![对不同资源使用不同工具](https://gitee.com/DuckyThe_Man/life-simulation-unity/raw/master/pic/%E5%8A%A8%E7%94%BB3.gif "对不同资源使用不同工具") 持续的基础动作通过 Any State 切换StateMachine ![基础动作](https://gitee.com/DuckyThe_Man/life-simulation-unity/raw/master/pic/Snipaste_2021-09-30_19-59-03.png "基础动作") ![切换条件](https://gitee.com/DuckyThe_Man/life-simulation-unity/raw/master/pic/Snipaste_2021-09-30_20-05-40.png "切换条件") 角色基础控制器 [代码链接](https://gitee.com/DuckyThe_Man/life-simulation-unity/blob/master/Assets/Scripts/Character%20Controller/BaseCharacterController.cs) 操作输入控制器 [代码链接](https://gitee.com/DuckyThe_Man/life-simulation-unity/blob/master/Assets/Scripts/Character%20Controller/PlayerCharacterController.cs)