Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.9.2
-
None
-
Windows 10 + MSVC 2015 + Qt Creator 4.4.0
-
e549220a5daaedb13f167d6cde4a181666faec63 (qt/qt3d/5.12)
Description
Several components are not recognized on Qt Creator even though the code works. For instance add following code
import Qt3D.Core 2.0
Entity {
Transform {
}
NodeInstantiator {
}
Component3D {
}
}
Transform, NodeInstantiator and Component3D have a red line and they give error "unknown component. (m300)". Sometimes after waiting a long time they get recognized.