Skip to content
#

gamedev

Here are 3,502 public repositories matching this topic...

bevy
jakobhellermann
jakobhellermann commented May 16, 2021

What problem does this solve or what need does it fill?

The PR bevyengine/bevy#2112 added the DirectionalLight component, but in order to use it you need to spawn an entity with a Transform, GlobalTransform and DirectionalLight. This is cumbersome and can difficult to understand for an unexperienced bevy user.

What solution would you like?

A `Directio

amethyst
jojolepro
jojolepro commented May 19, 2021

Tasks

  • Fix ron file to use expected format

Reproduction Steps

cd examples/animation && cargo run

What Actually Happened

[ERROR][distill_daemon::file_asset_source] Error processing pair at Some("/shareddata/share/prog/rust/amethyst/examples/animation/assets/prefab/animation.ron"): 8:1: Expected map
[ERROR][distill_daemon::file_asset_source] Error processing pair at Some("/sh
stride
johang88
johang88 commented Jul 30, 2020

Release Type: Github
Describe the bug
Adding an instancing component and then a model component crashes the instancing processor.

To Reproduce
Steps to reproduce the behavior:

  1. Add instancing component to an entity,
  2. Add model component to the same entity
  3. Exception time

Expected behavior
It should not crash.

Screenshots
If applicable, add screenshots to

Terasology
keturn
keturn commented Sep 11, 2020

Use Case

As a developer, I want to join a multiplayer server as a new user, as if I were joining it for the first time. Even though I had previously logged in to it with this client.

I tried changing my "Player Name" in the player settings. That changed the way my name displays, but still connects me to my previous character.

Discussion

This can be done by removing the `security.

Improve this page

Add a description, image, and links to the gamedev topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the gamedev topic, visit your repo's landing page and select "manage topics."

Learn more