Our our studio purchased Quest Machine for me to use on our current title. Someone from the engineering team installed the asset for me but I'm assuming it was installed in the none default directory because I'm getting this error:
The file Assets/Editor Default Resources/Quest Machine/title.png is missing.
Currently the asset is installed in a Third Party directory of our project so the Editor Default Resources directory is here:
\Assets\3rd Party\Quest Machine\Editor Default Resources
Is there anyway to make Quest Machine happy about being in the new directory location?
Error: The file Assets/Editor Default Resources/Quest Machine/title.png is missing.
-
- Posts: 2
- Joined: Wed May 19, 2021 1:37 pm
Re: Error: The file Assets/Editor Default Resources/Quest Machine/title.png is missing.
Hi,
No, and unfortunately Quest Machine has no control over that. Unity defines some special folders that you can't change. Please move Editor Default Resources back to its original location as a direct subfolder of Assets. Same for Gizmos if your engineer moved it.
Also, if your engineer moved the Plugins / Pixel Crushers folder out of Plugins, they should move it back into Plugins. Otherwise your compile times will be greatly increased (unless your engineer has imported the Quest Machine assembly definition files from the unitypackage in Quest Machine's Scripts folder).
No, and unfortunately Quest Machine has no control over that. Unity defines some special folders that you can't change. Please move Editor Default Resources back to its original location as a direct subfolder of Assets. Same for Gizmos if your engineer moved it.
Also, if your engineer moved the Plugins / Pixel Crushers folder out of Plugins, they should move it back into Plugins. Otherwise your compile times will be greatly increased (unless your engineer has imported the Quest Machine assembly definition files from the unitypackage in Quest Machine's Scripts folder).
-
- Posts: 2
- Joined: Wed May 19, 2021 1:37 pm
Re: Error: The file Assets/Editor Default Resources/Quest Machine/title.png is missing.
Thanks for the quick reply. I'll check with them.