Skip to content

Relationships: Exception on AddRelationship #108

@hxYuki

Description

@hxYuki

Arch@2.1.0
Arch.Relationships@1.0.1

using Arch.Core;
using Arch.Relationships;

var world = World.Create();

var a = world.Create();

var b = world.Create();

a.AddRelationship<ParentOf>(b); // Uncaught exception: System.TypeLoadException: “Could not load type 'Arch.Core.Utils.Component`1' from assembly 'Arch, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'.”


public struct ParentOf;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions