Amethyst: [BUG] PrefabData derive macro bugged

Created on 23 Nov 2019  路  2Comments  路  Source: amethyst/amethyst

Description

When attempting to derive PrefabData on a Component struct, the build fails.

Reproduction Steps

Screen Shot 2019-11-22 at 10 46 54 PM

What You Expected to Happen

Build should succeed

What Actually Happened

Build failed with E0308

Screenshots and Logs

Screen Shot 2019-11-22 at 10 44 39 PM

Your Environment

  1. Operating System: macOS
  2. Operating System 10.14.5
  3. Version of Amethyst 0.13.2

Additional Context

Add any other context about the problem here.

needs triage bug

All 2 comments

Sorry, I figured out the issue.

In case anyone else finds this issue while trying to get prefabs to work, make sure to add Clone to the list of derives, or implement it yourself.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

KSXGitHub picture KSXGitHub  路  4Comments

kvark picture kvark  路  5Comments

cloudfreexiao picture cloudfreexiao  路  3Comments

jojolepro picture jojolepro  路  3Comments

Emiller88 picture Emiller88  路  3Comments