Remove Asset Remove Demo Remove Terrain
article thumbnail

2D Lighting System for Cocos Creator - Visual Editor & Real-time Shadows

Cocos

Store Link Light2D Visual editing lighting system Web Demo Address Click to check it out Other plugins by the author 2D curve texture 3.x x version, can achieve terrain similar to Hill Climb Racing 2D curve texture 2.4.x This is a convenient and easy-to-use 2D lighting system that works out of the box.

article thumbnail

Accelerate your Game Design, Development and Build with Unity Asset Store

Jaunty Bear Games

Fortunately the Unity 3D platform has a great selection of packages and assets to accelerate the build of tools, models, shaders, sound effects, animations etc. Unity Technologies Assets. The Addressable Asset System allows the developer to ask for an asset via its address. Once an asset (e.g. Terrain Tools.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

D20 RPG – Backgrounds

The Liquid Fire

Start from a json document that holds all the information about Backgrounds, create a parser to turn that document into project assets (prefabs), and use Addressables to load the assets at runtime when we need them. AssetDatabase.IsValidFolder("Assets/AutoGeneration")) AssetDatabase.CreateFolder("Assets", "AutoGeneration"); if (!AssetDatabase.IsValidFolder("Assets/AutoGeneration/Backgrounds"))

article thumbnail

Optimize Vegetation Generation

Mnenad

Since the last post I’ve been working on the terrain’s vegetation. Doing it before starting the actual game would mean to already generate all the content that needs to be batched at the beginning, which is no solution for a theoretically “endless procedurally generated” terrain. That’s it. When

article thumbnail

D20 RPG – Pathfinding

The Liquid Fire

However, it will include one of most requested features that the previous lesson was missing – tiles of different terrain types, and how that can affect move cost. Select the Assets -> Prefabs -> Grid and then “Open” it for editing. Add a SpeedProvider to both assets. Get(this); } set { ISpeedSystem.Resolve().Set(this,

article thumbnail

Godot 3.0 is out and ready for the big leagues

Mircosoft Game Dev

It brings a brand new rendering engine with state-of-the-art PBR workflow for 3D, an improved assets pipeline, GDNative to load native code as plugins, C# 7.0 New asset workflow. Even converting regular particles to shaders for further tweaking is possible: New asset workflow. has changed how the assets pipeline work.

article thumbnail

D20 RPG – Enemy Pathfinding

The Liquid Fire

“Brain” asset that controls the strategy of what actions an Entity uses and how or when it uses them. Block - a tile which the unit can not traverse (could be because the type of terrain is incompatible, or because an opponent is there). Stride Asset Open the asset at Assets -> Objects -> CombatAction -> Stride.