植物大战僵尸游戏,含数据库文件,Java毕业设计可用,可用作为学习借鉴
2023/8/27 6:43:46 28.38MB java 游戏
GOM引擎测试登陆器,无需配置无需生成直接使用,配置GOM引擎游戏必备
2023/8/27 6:02:23 8.27MB 传奇
各种3d鱼模型,用于场景开发或游戏开发中鱼的使用。

2023/8/27 6:49:02 9.25MB unity 模型
VR机房PC版,可以直观地呈现机房的布局,打开即可使用,基于U3D开发的
2023/8/26 18:37:35 38.31MB U3D VR
实现unity上的海康监控二次开发,修复ffmpeg_for_unity.dll无法读取问题,具体源码找原博主帖子:https://blog.csdn.net/qq_33214503/article/details/80091247资源:https://download.csdn.net/download/qq_33214503/10427060替换掉源码Plugins中的ffmpeg文件夹即可.关于本人遇到的另一个问题也顺便说说,免得再有人踩坑,如果运行之后遇到画面雪花问题,要保证解析的分辨率和录像机的分辨率一致,修改一下代码即可.
2023/8/26 14:39:15 410KB ffmpeg unity 海康 监控
unity3D外星风格射击游戏完整项目源码OnRailsShooterTemplate0.2要求Unity5.5.0或更高版本。
CreateyourveryownOn-RailsShootergameusingtheORSsystem!Thegameisreadytoreleasestraightoutofthebox,anditcanalsobeeasilycustomizedtomakeitevenmoreengagingtoyourplayers.ThegamesupportsPC/Mac.Itcanbeplayedwiththemouse,keyboard,andgamepad.CodedinC#Features:-Gamereadyforreleasestraightoutofthebox,justbuildandplay!-Supportsmultipleresolutionsandaspectratios,automatically.-SupportsMouse,Keyboard,andGamepadcontrols.-Easilycustomizablewithlotsofoptionstocontrolgamedifficulty.
2023/8/24 21:39:50 81.34MB unity3D
HaRepacker+winpatch+winhex+deMswz整合包
2023/8/24 18:15:39 13.68MB HaRepacker winpatch winhex deMswz
简易版扫雷程序代码publicclassMineSweeperGame2extendsApplication{Cell[][]cell;inttotalMines=0;intmarkBomb=0;//总的地雷数量,简单会有10个,一般会有40个,困难99个intshowMines=10;Strings=String.valueOf(showMines);Labeltips=newLabel("Gameisrunning!");LabelshowMineNum=newLabel("mines:"+s);publicvoidstart(StageprimaryStage){StagestartStage=newStage();//选择按钮的界面ButtonstartButton=newButton("RESTART");Buttonchooseeasy=newButton("EASY(10mines)");Buttonchoosenormal=newButton("NORMAL(40mines)");Buttonchoosehard=newButton("HARD(99mines)");BorderPaneprimaryPane=newBorderPane();HBoxstartPane=newHBox(15);StackPanetopButtonPane=newStackPane(startButton);StackPanetopButtonPane2=newStackPane(showMineNum);StackPanebuttomPane=newStackPane(tips);HBoxtopPane=newHBox(50);topPane.getChildren().addAll(topButtonPane,topButtonPane2);primaryPane.setTop(topPane);tips.setStyle("-fx-border-color:red;-fx-background-color:white;");showMineNum.setStyle("-fx-border-color:black");primaryPane.setBottom(buttomPane);buttomPane.setPadding(newInsets(15,15,15,15));topPane.setPadding(newInsets(15,15,15,15));startPane.setPadding(newInsets(15,15,15,15));startPane.getChildren().add(chooseeasy);startPane.getChildren().add(choosenormal);
2023/8/24 13:54:33 12KB java
无限跑酷游戏,功能齐全有最高分等的显示和处理,需要来(InfiniteRunnerUtimate3.0.unitypackage)
2023/8/24 1:30:04 9.98MB unity
塔防游戏[1]的分类目前就是主要是有3大类,最重要的一种就是摆回龙(堵怪模式),一张空白的地图,让怪兽按照你摆的炮塔的阵型来回移动,并且可以通过搭建和贱卖出口的炮塔,使怪兽来回移动,达到最长的移动距离,以便于炮塔不断的轰击怪兽,但是最长路线的不一定是最好的,一般每种地图都会有空军无视你的阵型。
2023/8/22 10:02:43 64B C++ 游戏 塔防
共 1000 条记录 首页 上一页 下一页 尾页