I have a simple LibGDX Project that I wanted to make into a Project Template to save me time rewriting/editing code. So I have a Main Module, Desktop Module and Android Module.
When I do the following:-
Tools --> Save Project As Template
Save: <whole project>
Name: MyTemplate
Description: My Test Template
[OK]
It creates the template succesfully.
However, when I create a new project using my template it just gives me a blank Project where I have to manually add the modules, libraries and dependencies back in.
Is this intended behaviour? Seems a bit odd to me.