article thumbnail

Nearing the Finish Line: Rewriting the Untold Engine

Harold Serrano

I’ve been knee-deep in rewriting the Untold Engine , transitioning it from C++ to Swift. Moving to Swift has been a game-changer, making the engine not only faster and more modern but much easier to work with. Built on ECS Architecture The Untold Engine is powered by Entity-Component-System (ECS) architecture. Want collision?

article thumbnail

Prefabs with polygonCollider returning wrong collision normal

Cocos

we will solve this problem in the following issue github.com/cocos/cocos-engine Prefabs with polygonCollider returning wrong collision normal opened 02:02AM - 26 Jun 23 UTC lealzhan [link] … lision-normal/58972 Hello guys, I am working on multiplayer platformer game using colyseus. y: z.getWorldManifold().normal.y,

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

The Complete C++ Guide For Unreal Engine

Awesome Tuts

It’s also the language Unreal Engine, arguably the most popular game engine in the world, uses too. However, there are some differences between the traditional C++ programming software developers use and C++ that is used in Unreal Engine to create video games. C++ Variables In Unreal Engine. Variables In C++.

article thumbnail

[WIP] Voxel World Engine (Minecraft-like world generation)

Cocos

Added a few performance fixes and proper water mesh material, still need to fix the collision and add the world reference to the chunk to fill a few faces Next steps: Add service workers to generate the world faster Add biomes layer generation Add dynamic mesh for dig mechanics

Mesh 52
article thumbnail

Collider2D event is not invoking in Ver 3.8.3

Cocos

Yes, this behavior is expected and is consistent with how physics engines typically handle collision events. Static rigid bodies are objects that do not move and are not affected by forces or collisions. Dynamic rigid bodies are objects that can move and are affected by forces, gravity, and collisions.

article thumbnail

Collider2D event is not invoking in Ver 3.8.3

Cocos

Yes, this behavior is expected and is consistent with how physics engines typically handle collision events. Static rigid bodies are objects that do not move and are not affected by forces or collisions. Dynamic rigid bodies are objects that can move and are affected by forces, gravity, and collisions.

article thumbnail

What is the main difference between the 2D Physics System

Cocos

Builtin 2d physics is just collision detection, no engine used. We only use Box2d as full featured physics engine for 2D You can try the demo here GitHub GitHub - cocos/cocos-example-physics: Samples for 3d physics Samples for 3d physics. Contribute to cocos/cocos-example-physics development by creating an account on GitHub.