expressobits / character-controller

Modular Character Controller for Godot 4. Includes FPS version with headbob and camera movement. (Walk, Crouch, Sprint, Swim and Fly Mode).
https://godotengine.org/asset-library/asset/1567
MIT License
310 stars 13 forks source link

Code Download ZIP is broken. #25

Open BurntAussieTyre opened 1 year ago

BurntAussieTyre commented 1 year ago

"https://github.com/expressobits/character-controller/archive/refs/heads/main.zip" just downloads character-controller-main as an empty 200 byte zip.

scriptsengineer commented 1 year ago

"https://github.com/expressobits/character-controller/archive/refs/heads/main.zip" just downloads character-controller-main as an empty 200 byte zip.

I really don't know what causes this, I have an addon with a completely similar structure (inventory-system) and the zip download works properly there.

BurntAussieTyre commented 10 months ago

Same error again. Downloading ZIP of latest commit from main branch just gives empty 200 byte file. (https://github.com/expressobits/character-controller/tree/f128ffa39cf6c0faede471629d901b82c15d6017)

Latest commit from addon branch appears to gives full repo (I hope?). (https://github.com/expressobits/character-controller/tree/8779943fb546b6963c89a11db8fecc3b35e4b023)