Skip to content

Editor: Can't add Angel Behavior component to Actor #1094

@Tnnv

Description

@Tnnv

Description

Can't add Angel Behavior component to Actor - Editor crashes

Steps to Reproduce

  1. Create .as asset
  2. Add it as a component to actor

Versions

Build Version: 2025.3
Build Revision: eaa9abc
Build CPU Architecture: x86_64
OS Name: Windows 10 Version 2009
OS CPU Architecture: x86_64
Kernel version: 10.0.26100

Additional Information

class Building : Behaviour {

//array<Building@> neighborBuildings;
int test_variable = 0;


// Use this to initialize behaviour
void start() override {

}

// Will be called each frame. Use this to write your game logic
void update() override {

}

};

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Next release is blocked by this issue

    Type

    Projects

    Status

    Done for Release

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions