napframework / nap

NAP Framework source code
https://nap-framework.tech
Mozilla Public License 2.0
410 stars 23 forks source link

Fix deserialization issue (arm64 only?) #10

Closed vykhovanets closed 10 months ago

vykhovanets commented 2 years ago

[x] This fixes deserialization of the EOrthoCameraMode [x] Failed to extract primitive type: PerspCameraComponent, object: nap::OrbitController [ ] Unable to resolve link to object from attribute PerspCameraComponent

link

cklosters commented 10 months ago

Hey, been a while ;) I noticed that the enum wasn't scoped, so fixed that here: https://github.com/napframework/nap/commit/9964dd4efda72a0bd0535f3105f21b2078020e91

Might solve your issue?