dval
dval
You can handle this one of two ways. You can check the file metadata for sharing info, or you can just request the link and handle the error. **Checking for...
From the docs: https://github.com/kunalvarma05/dropbox-php-sdk/wiki/Working-with-Shared-Links-Folders ```` $dropbox = new Dropbox($app); $pathToFile = "/hello-world.txt"; $response = $dropbox->postToAPI("/sharing/create_shared_link_with_settings", [ "path" => $pathToFile ]); $data = $response->getDecodedBody(); var_dump($data); ````
Yeah, this is still happening. It's because when spriter animations are imported, all sprites get set on the same layer. This is a known limitation of 2D in Unity. You...
> I implemented it very hastily I just found a post on brashmonkey forums that links to your repo. The intro to spriter, links to mythgarr's repo. He states in...
Still an issue. It's clearly handled by a javascript, because if you disable js in the browser, the documentation does not work either.
So, it's similar to how a Modal dialog works in Bulma. You need to add `is-active` to the `dropdown` element class list, or remove `is-active` from it. Reworking the example...
There is a project [bulmajs](https://github.com/VizuaaLOG/BulmaJS) that handles all of the examples in the bulma docs. It's listed in the [Related Projects](https://github.com/jgthms/bulma#related-projects) section of the README.md. It seems to do everything...
Are you sure it's spriter2unity? The files listed in your log are not part of this repository. May try starting with a clean project and see if you still have...