Godot Version
4.3
Question
I’m working to compile a double-precision godot engine and I input the command as:
scons dev_build=yes precision=double vsproj=yes
But it did nothing and no error occurs.
Any suggestion would be appreciated.
4.3
I’m working to compile a double-precision godot engine and I input the command as:
scons dev_build=yes precision=double vsproj=yes
But it did nothing and no error occurs.
Any suggestion would be appreciated.
is there any message to go with this? Does your task manager show usage?
Nothing down there. Seems like detecting nothing updated. I did compile a 4.2.1-stable version long ago. I tried ‘scons --clean’ but it doesn’t work.
Solution:
Use ‘scons --clean dev_build=yes precision=double’ to clean the previous version and rebuild again.