自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

BuladeMian的博客,菜得抠脚,菜得真实

本博客一本正经胡说八道,文章内容不能作参考。1000-7=?

  • 博客(8)
  • 资源 (55)
  • 收藏
  • 关注

原创 从输出海外吃鸡游戏浅谈创新

掩体多,树木,石头,山坡,建筑,草丛,这些地方都可以躲避。给游戏胜利的条件 多样,且随机(每一局决胜圈)伏地魔 迷彩服,躲在绿地,草丛老阴笔 黑色,暗色调,躲在阴影背后视角怪,卡视角,躲在树的背后,墙壁后面,岩石后面。要想从众多竞争者中脱颖而出,就必须不一样,差异化。各种奇思怪想都可以得到应验,说不定就是优势。参考资料:1....

2019-03-29 08:08:16 546

原创 [Unity][优化]Bilboard广告牌显示的多种实现方法以及优化

设置一个新的 ParticleSystem粒子特效,并且Renderer模式为Bilboard。把要显示的 广告牌效果 的 图片 物体 为其 粒子特效 可以使用 的材质 图片。经过实践,此粒子特效的子物体,并不会 有Bilboard广告牌的效果。参考资料:1.Unity3D实现Billboard效果2.Billboards...

2019-03-28 16:45:25 915

原创 [unity]If you want to destroy the game object, please call 'Destroy' on the game object instead.

Destroy(transform,3f);应该写为 Destroy(trans.gameObject,3f);

2019-03-28 16:05:32 1875

原创 获得3D物体碰撞的碰撞的位置

如果运动的碰撞物体 相对于 被碰撞物体 足够小,那么 获得 运动的碰撞物体的 坐标,即 2个物体相互碰撞的 位置的坐标。

2019-03-28 15:05:05 384

原创 [Unity][Animator]抽奖卡牌

主摄像机的 Rotation的 X 为90,使其正对着Panelusing UnityEngine;using UnityEngine.AI;public class Test_Card : MonoBehaviour { public Camera cam;//主摄像机 public int hitDista...

2019-03-27 18:15:04 1319

原创 [Unity]绳索Rope实现

主要使用的是 Character Joint组件,使用的方法 和 Hinge Joint组件一样,相关文章1里面有详细内容。相关文章:1.[Unity]风铃悬挂物体实现2.3.参考资料:1.Unity 3D / 5 - Rope Tutorial2....

2019-03-08 16:22:24 3260

原创 [Unity]风铃悬挂物体实现

本文可以实现类似 手游《割绳子(Cut the Rope)》的效果。具体细节得深入完善。绳子的效果 在相关资料1里面。可以实现什么效果,流星锤,双节棍,灯笼,绳子悬挂的物体,兽人必须死里面 的很多天花板的陷阱、巨槌钟摆 陷阱,等参考资料1,2使用的组件 主要是 刚体rigidbody,铰链关节hinge joint圆柱体 没有设置刚体,第一个正方体 的...

2019-03-07 12:35:16 2625 1

原创 [Unity]动态控制Camera的CullingMask显示内容

通过代码 来控制 Camera的 CullingMask,达到 显示目标物体 Layer的目标。集合网络上的资料,主要是参考资料1Camera只渲染 层级9的物体 camera.cullingMask = 1 << (9); //只显示 层级为Layer:9的物体Camera只渲染 层级8、9、10的物体camera.cullingM...

2019-03-05 17:05:24 1244

GtaV1.5apk

GTA V的 APK 的DEMO安装包(http://tieba.baidu.com/p/5491122542?share=9105&fr=share)()()

2017-12-25

七日杀 7DAYS TO DIE全物品合成表

七日杀 7DAYS TO DIE全物品合成表(http://dl.3dmgame.com/201403/44150.html)()

2017-12-20

泰拉瑞亚Terraria 全物品合成表

泰拉瑞亚Terraria 全物品合成表(http://bbs.3dmgame.com/thread-4157636-1-1.html)(https://pan.baidu.com/s/1gePnGx9)

2017-12-20

Rimworld_A13之职业及特性

Rimworld环世界(https://tieba.baidu.com/p/4496580991?red_tag=2787496983)(ychoo: http://pan.baidu.com/s/1jI5AkcQ)

2017-12-20

UnityNavMeshComponents-master寻路组件动态自动烘培

组件分流(https://github.com/Unity-Technologies/NavMeshComponents),使用后Unity 可以动态自动烘培物体,自动寻路

2017-11-18

UnityGUI强大10多个统计DIY自定义组件分享

(http://blog.csdn.net/qq_29579137/article/details/73836597)(http://my.csdn.net/qq_29579137)(https://github.com/ll4080333/UnityCodes)分流,请支持正版,谢谢。

2017-11-15

[Unity][unet][Android]发送信息交互通讯的工程文件

本资源仅供学习使用,请支持原文。转发自:COMO CREAR UN CHAT ONLINE PARA UNITY CON UNET。

2017-10-31

Unity-StandardAssets-Effects-Projected

Unity-StandardAssets-Effects-Projected

2017-06-27

NetworkingTools_UnityProject_GameSparks_tut5

https://docs.gamesparks.com/tutorials/real-time-services/real-time-game-example.html#comment-3369300756,资源分流,请支持正版

2017-06-20

VolumetricLinesUnity

VolumetricLinesUnity-master,https://github.com/johannesugb/VolumetricLinesUnity,https://forum.unity3d.com/threads/volumetric-lines.181618/,网络分流,请支持正版

2017-06-16

InputManager

键盘输入任意键设置按键,Unity3D按键事件,How To Build a Custom Input Manager in Unity C#,https://www.youtube.com/watch?v=iSxifRKQKAA,下载地址:https://www.dropbox.com/s/ch1f1g96wn1u9q1/InputManager.zip?dl=0

2017-06-13

unity-json-master

Read from and write to external .json files using JsonUtilities or LitJson。https://github.com/fabifiess/unity-json网络分流。请支持正版。

2017-05-13

sprite_outlines_56

http://nielson.io/2016/04/2d-sprite-outlines-in-unity/资源分流

2017-05-01

Volume 15 屏幕高斯模糊(Gaussian Blur)特效的实现

Volume 15 屏幕高斯模糊(Gaussian Blur)特效的实现,下载分流https://github.com/QianMo/Awesome-Unity-Shader/tree/master/Volume%2015%20%E5%B1%8F%E5%B9%95%E9%AB%98%E6%96%AF%E6%A8%A1%E7%B3%8A(Gaussian%20Blur)%E7%89%B9%E6%95%88%E7%9A%84%E5%AE%9E%E7%8E%B0 为文章http://lib.csdn.net/article/unity3d/33890的下载分流

2017-04-16

GanttProject

GanttProject适合独立游戏开发者、程序员、白领的工作计划时间管理的工具,

2017-04-04

Modified SpriteOutline.rar

Unity3D Modified SpriteOutline.cs : http://pastebin.com/swHe5L8u Modified Sprites-Outline.shader : http://pastebin.com/zzbKVJBM 网络分流

2017-03-05

SpriteOutline.shader

Unity Modified SpriteOutline.shader : http://pastebin.com/swHe5L8u分流

2017-03-05

standAssets_Skyboxes_Terrain.unity

standAssets_Skyboxes_Terrain.unity(天空盒和树木材质包)

2017-02-24

palmbark material.unitypackage

palmbark material.unitypackage(U3D资源,树木材质包)

2017-02-24

Camera Bot Free

Unity 的 Asset Store 里面有个不错的摄像机插件Camera Bot(Free),网络分流用,请支持正版

2017-01-30

Unity ILRuntime热更新新建空项目C#

Unity项目和ILRuntime热更新项目,C#,无XLua

2021-11-02

[Unity]在3D物体上播放帧动画

Unity,帧动画。[https://blog.csdn.net/BuladeMian/article/details/120996732]

2021-10-27

NTFrame.rar

Unity 消息机制 框架

2021-08-31

EasyTouch 5.0.17.以及5.0.12和校验中问文档.rar

内含EasyTouch 5.0.17和5.0.12 插件,以及 EasyTouch API,.doc中文文档

2021-08-25

HttpFileUploaderAndDownloader-master_123.rar

HttpFileUploaderAndDownloader-master_123.rar

2021-08-14

In-AppWebBrowser1_7_4_.rar

Unity3D 内置浏览器系统 In-App Web Browser v1.7.4【In-App Web Browser】

2021-08-09

UnityAndroidTakePhoto.rar

基于CrazyCodeBoy的[TakePhoto-轻量级Android照片处理框架]的源码。使得Unity打包为安卓Apk调用安卓.java代码进行拍照,裁剪,从相册中获得。[https://github.com/crazycodeboy/TakePhoto]

2021-08-09

TakePhoto-master.rar

安卓拍照示例源码以及APK

2021-08-06

FileUploaderAndDownloader

[houjinyun/HttpFileUploaderAndDownloader][https://github.com/houjinyun/HttpFileUploaderAndDownloader]

2021-08-05

RuntimePermissions.jar.src.zip

Unity与安卓设备获取动态权限工具AndroidRuntimePermissions插件里面RuntimePermissions.jar的反编译包

2021-08-04

CritterAI 插件.rar

unity,CritterAI 插件

2021-04-12

CAINav-SamplePack-0.4a.zip

[Unity]CritterAI插件

2021-04-12

cai-nmgen-study-0.2.0.zip

[unity]CritterAI 插件学习文档

2021-04-12

[Unity]对象缓存池PoolManager.rar

[Unity]对象缓存池PoolManager,2019版本以上

2021-04-06

Unity VIVOX开发文档_Core.rar

Unity VIVOX开发文档_Core

2021-03-26

Crowd Behavior - Unity3D Mall Simulation

人群行为-商城模拟项目工程文件下载[Crowd Behavior - Unity3D Mall Simulation ]下载地址[https://bitbucket.org/fdhalluin/epita_pfee_2014_crowdbehavior/downloads/]项目介绍页面[https://albatros.itch.io/crowd-behavior-mall-simulation]

2019-11-24

io_scene_fbx_277fixed

文件分流。(http://bit.ly/blenderToUE4Unity_Playlist)(The trials and tribulations of Blender & Skeletal Meshes)(https://forums.unrealengine.com/development-discussion/animation/69370-the-trials-and-tribulations-of-blender-skeletal-meshes?97569-The-trials-and-tribulations-of-Blender-amp-Skeletal-Meshes=)(https://www.dropbox.com/s/4xcvscam1foo9zz/io_scene_fbx_277fixed.zip?dl=0)

2019-02-14

Unity标准两足人形模型动作拓展

Unity标准两足人形模型动作拓展,可以用Blender2.77打开并拓展新建符合Unity标准的两足人形模型动作拓展,同样适用于UE4。分流下载(Blender To UE4 Unity Finished Project [No Game Files].zip)(Make a Character in Blender For UE4 & Unity)(http://bit.ly/blenderToUE4Unity_Playlist)(https://drive.google.com/file/d/0B09-FmAvvhRiZ1dEeU5jaUwzTVE/view)

2019-02-12

Field-of-View-master

(来源https://github.com/SebLague/Field-of-View),Unity特效,角色潜行视野可视化,战争迷雾War of fog

2018-02-04

OutlineEffectforUnity2D3D物体描边插件

Outline Effect for Unity(https://forum.unity.com/threads/free-open-source-outline-effect.314362/)(github.com/cakeslice/Outline-Effect)()

2017-12-23

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除