完整项目 【更新】Flare Engine - 2D Tools 1.8.1 2D平台游戏

Unity插件信息
插件名称: Flare Engine - 2D Tools
插件官网: https://assetstore.unity.com/packages/templates/systems/flare-engine-2d-tools-228468
版本: 1.8.1
解压密码:
素材类型: 完整项目






























Latest version install notes: you will need to install the new input system and set active input handling to Both in ProjectSettings/Player. Accept all dependencies. And please read the docs.

This engine comes included with Safire 2D Camera!
Player Controller: implement all the classic mechanics you've come to expect from a 2d platformer. Jump, air jumps, glide, hover, walk, run, slopes, rotate to slopes, ladder climb, ceiling climb, wall climb, wall slide, corner climb, corner hang, crouch, crawl, dash, multi-direction dash, swim, float, slope slide, push block, idle rope interactions, rope swing, ziplining, melee attacks, ground slide and friction, jump on enemy, damage push back, and probably a couple more! All abilities are highly customizable and raycast based.

Sprite Engine: this is a powerful tool for creating sprites. This removes the hassle of working with different systems by centralizing the power of creating sprites all in one place. No more creating animation objects or jumping from window to inspector to set things up. Everything is handled in the inspector. Play the sprites, test them in the scene, and -- its most powerful feature - even program the animation state logic in the inspector. This means no more code. Zero! In also provides support for 2d spines and unity animations.

Interactables: place interactive elements throughout the game level. The player can run and jump on bouncy bridges. Can swim and float in water with dynamic waves and currents. Can swing on rope that's under the influence of gravity. Can zipline on wiggly lines. Can high jump with wind or trampoline forces. Can teleport and be affected by the friction properties of the ground. Can interact with moving platforms (one-way too), and ...

Interactive Foliage: the player can interact with swaying foliage that can be placed on the ground, ceiling, and walls. It's an efficient system, and it can interact with all characters in the game world. It comes with a paint tool and a couple of brushes for easy placement in the scene!

Powerful AI Systems: yes, plural. The engine comes with a Behavior Tree Node Editor for creating truly complex AI. This comes with over 50 nodes and can debug in real time. The engine also uses an extremely versatile Finite State Machine that can be configured in the inspector to create enemy AI and all sorts of useful game functions. It can easily be used to program doors, design a check point system, or create patrolling AI. Designing AI has never been easier!

Pathfinding Platformer AI: as part of the AI system, implement pathfinding AI that can jump to platforms, climb ladders, climb ceilings, climb walls, even walk on bridges, and move up and down the level to follow the player! And since they're a part of the AI system, they can easily be made to shoot the player or whatever else you want!

Inventory: allow the player to find and store items. Use the inventory UI to move, drop, and use the items which are mapped to item events in the game world. And of course, the system will automatically restore and save the items when a scene begins and ends.

Dialogue: this is an interactive dialogue system for the player and NPCs. Create conversations, add message effects, call Unity Events, and even include simple animations in the dialogue box for immersive and fun interactions. Dialogue boxes can even be positional, depending on the position of the messengers.

Lets Wiggle: this is a tweening library. This can be used in code, but since the engine is determined to accomplish everything in the inspector, you can easily create tweens from the inspector! Tween gameobjects and UI. Super easy to work with and is a great complement to the AI system.

Firearms: create different types of firearms that can be controlled with the mouse or the player's direction or other methods. They include line of sight, charging capabilities, and recoil. Coupled with the Projectile class, it's possible to create a great variety of weapons.

World Variables: they save data and persist game state. They're also tied to scriptable objects for passing them around the game world for easy access!

More: Feel free to read the docs and explore the remaining tools -- Audio Manager, Scene Management, Scene Transitions, World Effects, Quest System and a couple more!

And of course, the project comes with two demo levels to learn from. Safire 2D camera has one demo.

Recommended version to use is Unity 2020.3. If there are any install errors, you typically have to install the Collections and New Input System from the Package Manager. Other possible packages: URP and Burst.


最新版本的安装说明:你需要安装新的输入系统,并在ProjectSettings/Player中设置主动输入处理为Both。接受所有的依赖性。并请阅读文档。

这个引擎包含了Safire 2D Camera!
玩家控制器:实现所有你所期待的2D平台游戏的经典机制。跳跃、空中跳跃、滑翔、悬停、步行、跑步、斜坡、旋转到斜坡、爬梯子、爬天花板、爬墙、滑墙、爬角、挂角、蹲下、爬行、冲刺、多方向冲刺、游泳、漂浮、滑坡、推块、空闲绳索互动、绳索摆动、滑翔、近战攻击、地面滑动和摩擦、跳到敌人身上、伤害推回,可能还有一些 所有的能力都是高度可定制的,并且是基于射线的。

雪碧引擎:这是一个创建雪碧的强大工具。它通过将创建精灵的力量集中在一个地方,消除了使用不同系统的麻烦。不再需要创建动画对象或从窗口跳到检查器来设置东西。一切都在检查器中处理。播放精灵,在场景中测试它们,以及--其最强大的功能--甚至在检查器中对动画状态逻辑进行编程。这意味着没有更多的代码。Zero! In还提供了对2d spines和unity动画的支持。

交互式元素:在整个游戏关卡中放置交互式元素。玩家可以在弹跳桥上跑步和跳跃。可以在有动态波浪和水流的水中游泳和漂浮。可以在重力作用下的绳索上摆动。可以在晃动的线路上滑行。可以在风或蹦床的作用下跳高。可以传送并受地面摩擦特性的影响。可以与移动的平台互动(也是单向的),并...

交互式树叶:玩家可以与摇曳的树叶互动,这些树叶可以放在地面、天花板和墙壁上。这是一个高效的系统,它可以与游戏世界中的所有角色互动。它带有一个绘画工具和几支画笔,便于在场景中进行放置

强大的人工智能系统:是的,复数。该引擎带有一个行为树节点编辑器,用于创建真正复杂的人工智能。它有50多个节点,可以实时调试。该引擎还使用了一个非常通用的有限状态机,可以在检查器中进行配置,以创建敌人的AI和各种有用的游戏功能。它可以很容易地用于对门进行编程,设计一个检查点系统,或创建巡逻的人工智能。设计人工智能从未如此简单!

寻路平台AI:作为AI系统的一部分,实现寻路AI,它们可以跳到平台上,爬梯子,爬天花板,爬墙,甚至在桥上行走,并在关卡中上下移动,跟随玩家! 而且,由于它们是人工智能系统的一部分,可以很容易地使它们向玩家射击或其他任何你想要的东西!这就是人工智能!

库存:允许玩家寻找和储存物品。使用库存UI来移动、丢弃和使用物品,这些物品被映射到游戏世界中的物品事件。当然,当一个场景开始和结束时,系统会自动恢复和保存这些物品。

对话:这是一个供玩家和NPC使用的互动对话系统。创建对话,添加消息效果,调用Unity事件,甚至在对话框中包括简单的动画,以实现身临其境和有趣的互动。对话框甚至可以是位置性的,取决于信使的位置。

Lets Wiggle:这是一个Tweening库。这可以在代码中使用,但由于引擎决定在检查器中完成一切,你可以很容易地从检查器中创建tweens! Tween gameobjects和UI。超级容易操作,是对AI系统的一个很好的补充。

火器:创建不同类型的火器,可以用鼠标或玩家的方向或其他方法控制。它们包括视线、充电能力和后坐力。再加上弹丸类,就可以创造出大量的武器。

世界变量:它们保存数据并持续游戏状态。它们也与可编写脚本的对象联系在一起,以便在游戏世界中传递它们,方便使用

更多: 欢迎阅读文档并探索其余的工具--音频管理器、场景管理、场景转换、世界效果、任务系统和其他一些工具

当然,这个项目还有两个演示关卡可以学习。Safire 2D相机有一个演示。

推荐使用的版本是Unity 2020.3。如果有任何安装错误,你通常要从包管理器中安装集合和新输入系统。其他可能的软件包: URP和Burst。





作者 cg小白兔 发表于 2023-3-23 11:32:41
您需要登录后才可以回帖 登录 | 立即注册
cg小白兔

关注0

粉丝0

发布3623

热门作品推荐
glow
Dynamic Bone 1.3.2 动态骨骼动画重定向工
glow
Dynamic Bone 1.3.0 动态骨骼动画重定向工
glow
参天大树模型 古树 榕树 枯树模型
glow
【更新】Low Poly Water - Builtin & URP -
glow
Character Auras 3 1.0环形粒子系统
glow
Kai Locomotion System 2.0.3.2适配UE5.0
glow
SubUV Damaged Decal Pack 适配UE4.18 - 4.
glow
Natural And Insects P1 适配UE4.26-4.27
glow
Precision Sniper Rifle 适配UE4.22-4.27,
glow
Phone System 适配UE4.26-4.27