Description
Can't add Angel Behavior component to Actor - Editor crashes
Steps to Reproduce
- Create .as asset
- 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 {
}
};
Description
Can't add Angel Behavior component to Actor - Editor crashes
Steps to Reproduce
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 {
};