Ok, the utils folder is my personal collection of Corona/Lua helpers. Since this is a BitBucket repository on its own it has not been pushed to the repo (it just gets ignored). Now I found out that you can create special nested subrepositories (very cool!) for this special case. So I added the util repo as a subrepo to the shadow system project. Now it gets properly pushed to the BitBucket server.
BUT : if you use the download button on the BitBucket website, nested repos do not get resolved. It is still missing. You have two possibilities.
- Do a real clone of the shadow repo with console or with a GUI tool (I’m using SourceTree). When using clone the nested repo is resolved correct.
- Or if you want to donwload manually, you have to go to the utils repo. Download this as well and copy it’s content into a util folder inside the 2dshadows folder.
I recommend to use the first way. It is just two or three clicks and if theres in update, you can just pull it. If you have still problems please let me know. Especially if you never used repos like BitBucket/GitHub this might be confusing at first.