Unity3D final homework (fishing master) [free and open source]

Table of contents

1 Game Introduction

2 game modules

2.1 Main interface

2.2 Loading interface

2.3 Main game scene

2.4 In-game props

2.4.1 Turret

2.4.2 Skills

2.4.3 Treasure Chest

2.4.4 Fish

 3 Reference Tutorial

4 Project address

4.1 Operating environment

4.2 Source project file link

4.3 Final report


1 Game Introduction

  Most of you have played this game, so here is a brief introduction~

"Fishing Master" is a casual game. The gameplay is very simple. Players need to control a fishing net to launch a cannon in the game. By operating the fishing net, they can catch various kinds of fish and get corresponding gold coin rewards. 

2 game modules

2.1 Main interface

2.2 Loading interface

2.3 Main game scene

2.4 In-game props

  Note that the skill icons and treasure chests in the project are not activated as visible, please check the activation in the inspector window

2.4.1 Turret

2.4.2 Skills

Each skill has a different special effect, such as the third skill can freeze all fish on the screen.

2.4.3 Treasure Chest

Money and diamonds can be collected from it at intervals

2.4.4 Fish

 3 Reference Tutorial

  The video explains the knowledge of using xlua to update the game,

  Interested friends can go and see ヽ(*^ー^)人(^ー^*)ノ

[Unity skill case hot update xlua function tutorial Fishing game new version tutorial] https://www.bilibili.com/video/BV1XJ411y7pB/?share_source=copy_web&vd_source=199a3f4e3a9db6061e1523e94505165a

4 Project address

4.1 Operating environment

Unity2017.2.0f2

4.2 Source project file link

The source project link of this article (some minor changes have been made on the 1.0 version project of station B): https://pan.baidu.com/s/1TcppB1CwHVk2h6h0PcDWMA 
extraction code: 7k7k

Supporting source project link of station B (including versions 1.0 and 2.0):

Link: https://pan.baidu.com/s/1p4gEPB8dMylVBsYvXxDouQ 
Extraction code: 0829

4.3 Final report

for reference only! ! ! Because it’s just a paper for the end of the class, I didn’t write too much detail [about 6k words]

Private chat if necessary~

        Finally, if it is helpful to you, give it a thumbs up~ヽ(*^ー^)人(^ー^*)ノ

Guess you like

Origin blog.csdn.net/m0_56494923/article/details/131297743