StarManta
StarManta
@adamgryu The project I'm on has this package added via the package manager, which (I believe) can only choose commits with tags to sync down. The most recent tag (2.0.0)...
@CianNoonan I don't seem to be able to. When I add in the SHA to the URL: ``` { "dependencies": { "com.kink3d.decals": { "version": "https://github.com/Kink3d/kDecals.git#a22ee8adf12f0fab5ff109931471fd7794555238", "depth": 0, "source": "git", "dependencies":...
> Where did you get `a22ee8adf12f0fab5ff109931471fd7794555238` from? I cant find that sha anywhere. `a72ab04b0c37e03b13728f9c5f2b98bce9df7076` is the sha for the release 2.0.0 tag. What happens if you try using that I...