FyroxEngine / Fyrox

3D and 2D game engine written in Rust
https://fyrox.rs
MIT License
7.48k stars 339 forks source link

Is it not possible to add seamless script adding like in Unity and Unreal? Is it a Rust limitation? #656

Closed d5364t54ytfr4 closed 2 weeks ago

d5364t54ytfr4 commented 2 weeks ago

Is Borrow checker or not having Classes limiting this?

Or is there another reason?

I mean like the way script can be added to each object/prefab instead of creating one giant file of scripts for all objects/prefabs.

Though it seems Unity in the end makes all the scripts into one giant script when compiled.