Flare Engine - 2D Tools 1.8.1 2D平台跳跃游戏
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 相机中!
玩家控制器:实现您对 2d 平台游戏所期望的所有经典机制。跳跃、空中跳跃、滑行、悬停、行走、奔跑、斜坡、旋转到斜坡、爬梯、爬天花板、爬墙、墙滑、爬墙、角落攀爬、角落悬挂、蹲伏、爬行、冲刺、多方向冲刺、游泳、漂浮、斜坡滑动、推挡、空闲绳索交互、绳索摆动、高空滑索、近战攻击、地面滑动和摩擦、跳到敌人身上、伤害推回,可能还有其他一些!所有能力都是高度可定制的,并且基于光线投射。
精灵引擎:这是一个创建精灵的强大工具。通过将创建精灵的功能集中在一个地方,消除了使用不同系统的麻烦。不再需要创建动画对象或从窗口跳到检查器进行设置。一切都在检查器中处理。播放精灵,在场景中测试它们,以及——其最强大的功能——甚至可以在检查器中编程动画状态逻辑。这意味着不再需要代码。Zero! In 还支持 2d 脊柱和统一动画。
可交互元素:在整个游戏关卡中放置交互元素。玩家可以在弹跳桥上奔跑和跳跃。可以在动态波浪和水流的水中游泳和漂浮。可以在重力作用下的绳索上摆动。可以在波浪线上滑索。可以利用风或蹦床的力量跳高。可以传送并受到地面摩擦特性的影响。可以与移动平台交互(单向),并且...
交互式树叶:玩家可以与放置在地面、天花板和墙壁上的摇曳树叶交互。这是一个高效的系统,它可以与游戏世界中的所有角色交互。它带有一个绘画工具和几个画笔,可轻松放置在场景中!
强大的 AI 系统:是的,复数。引擎带有一个行为树节点编辑器,用于创建真正复杂的 AI。它带有 50 多个节点,可以实时调试。引擎还使用了一个非常通用的有限状态机,可以在检查器中配置它来创建敌人 AI 和各种有用的游戏功能。它可以轻松用于编程门、设计检查点系统或创建巡逻 AI。设计 AI 从未如此简单!
寻路平台游戏 AI:作为 AI 系统的一部分,实现寻路 AI,它可以跳到平台上、爬梯子、爬天花板、爬墙壁,甚至在桥上行走,并在关卡上下移动以跟随玩家!而且由于它们是 AI 系统的一部分,因此可以轻松地让它们射击玩家或做任何你想要的事情!
库存:允许玩家查找和存储物品。使用库存 UI 移动、放下和使用映射到游戏世界中的物品事件的物品。当然,当场景开始和结束时,系统会自动恢复和保存物品。
对话:这是玩家和 NPC 的交互式对话系统。创建对话、添加消息效果、调用 Unity 事件,甚至在对话框中包含简单的动画,以实现身临其境且有趣的交互。对话框甚至可以是位置性的,具体取决于信使的位置。
Lets Wiggle:这是一个补间库。这可以在代码中使用,但由于引擎决心在检查器中完成所有操作,因此您可以轻松地从检查器创建补间!补间游戏对象和 UI。超级容易使用,是 AI 系统的绝佳补充。
枪械:创建不同类型的枪械,可以用鼠标或玩家的方向或其他方法控制。它们包括视线、充电能力和后坐力。结合 Projectile 类,可以创建各种各样的武器。
世界变量:它们保存数据并保持游戏状态。它们还与可编写脚本的对象绑定,以便将它们传递到游戏世界中,以便于访问!
更多:请随意阅读文档并探索其余工具——音频管理器、场景管理、场景转换、世界效果、任务系统等等!
当然,该项目附带两个演示级别供学习。Safire 2D 相机有一个演示。
建议使用的版本是 Unity 2020.3。如果有任何安装错误,您通常必须从包管理器安装 Collections 和新输入系统。其他可能的包:URP 和 Burst。
页:
[1]