having multiple plugins... am I missing something here??
`[plugin]
name="plugin1"
description="bla bla"
author="me"
version="1.0.0"
script="script1.gd"
[plugin]
name="plugin2"
description="bla bla"
author="me"
version="1.0.0"
script="script2.gd"`
ive tried EVERYTHING! having seperate files, writing plugin at the top only, renaming the files...
why wont both plugins show up in the project settings window?
i can only see 1. (the last one in the order I write them)
what am I doing wrong here??