We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The release build process currently doesn't build the new documentation folder into the release.
Also, the Documentation folders and all markdown files will need Unity .meta files.
Create a Unity Project with Malimbe as an asset, Unity will create the .meta files for commit.
Also, update the package.json in Malimbe to include the Documentation directory
Malimbe/package.json
Lines 25 to 33 in 9cf1ed0
"files": [ "*.md", "*.meta", "Editor", "Runtime", "Documentation" ],
Does "Documentation" need to look back in the parent directory? "../Documentation"?
"Documentation"
"../Documentation"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The release build process currently doesn't build the new documentation folder into the release.
Also, the Documentation folders and all markdown files will need Unity .meta files.
Create a Unity Project with Malimbe as an asset, Unity will create the .meta files for commit.
Also, update the package.json in Malimbe to include the Documentation directory
Malimbe/package.json
Lines 25 to 33 in 9cf1ed0
Does
"Documentation"
need to look back in the parent directory?"../Documentation"
?The text was updated successfully, but these errors were encountered: