-
Notifications
You must be signed in to change notification settings - Fork 44
Description
Hi All,
First of all, thank you for the engine.
I haven't updated it for a while, but with latest version now I can see it misses some classes and units when I try to compile examples.
E.g.:
gridpathfinding.dpr(185,10) Error: identifier idents no member "SpriteRenderer"
gridpathfinding.dpr(185,10) Fatal: There were 1 errors compiling module, stopping
or
Compiling ..\Samples\Source\3D\Particles\particles_simple.dpr
particles_simple.dpr(7,3) Fatal: Can't find unit TERRA_UI used by MaterialDemo
Fatal: Compilation aborted
Error: c:\lazarus\fpc\3.0.0\bin\x86_64-win64\ppcx64.exe returned an error exitcode
Almost all 3D examples fail to compile because of absense of TERRA_UI.
Is it possible to to get fixed examples or missed classes/units?
Thanks in advance.