Björn Ritzl

Results 584 comments of Björn Ritzl
trafficstars

Hi, Can you verify that the file `/Users/***/project/***/main/generated/items/empty.png` does exist? It seems like an image is missing from the atlas which I believe you are generating using an external tool....

It sounds like there's a corrupted dependency. Could you please delete the .internal folder of your project and try again?

I would recommend that you take a look at the cursor script from Defold-Input as it is much more versatile and also easy to use with factory generated game objects:...

You mean how to present the dependencies in the Asset Portal?

I like the simplicity of the Defold library project system where you manually add your dependencies one by one. It becomes a bit problematic when there are transitive dependencies and...

Yeah, I know, but I'm not really happy with the repo and the content. Is it useful enough? Is it stable enough?

You have luasocket listed twice. I guess you mean one of them should be luasec? Defold-websocket should not depend on master btw, point to a release.

@novabyte Thanks. I copied the description from the email conversation earlier with @tomglenn. Changing description to not read "instead of Client".

Thank you for the contribution. The change you made was in generated code and would be overwritten the next time the API is generated. I wonder how the unwrap option...

Thanks @novabyte . So you are saying that it doesn't make sense to add it to the API and instead let the client deal with it. @alexandrecurtelin does this make...