improve README.md and created an install script #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please before merging the pull request check if everything in the documentation is fine.
A friend of mine tried to install this, but he does not have any idea of git, that is why i made the script
And i have a question, in the .patch all the path points to the
com.unity.render-pipelines.universal
folder, but in my friend unity project the folder has a version at the end, like:[email protected]
(was incompatible cause the version) and the only place i find that folder, was inlibrary/PackageCache/
.So what the script does is go from the root of the unity project to
library/PackageCache/
folder, then searches for all the folders that start withcom.unity.render-pipelines.universal
and temporarily renames them while applying the patch.If there is something wrong with this behavior, tell me, so I can fix it. because the truth is, i hardly know unity and therefore I do not know if I apply the patch well.