You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since the files are in the assets folder, they automatically sync with Unity Collaborate. It seemed to work fine, but when I wanted to build the game it couldn't and I got a "Error building Player because scripts had compiler errors" error but not in any script, just in general. Deleting the addon fixed this issue. I would really like it if this addon wasn't in the assets folder so that it wouldn't sync.
The text was updated successfully, but these errors were encountered:
I would like to update this post by saying that I now can't even build on the first computer. I get the same error so I have had to uninstall the addon completely. I really like the customization in this so I would really appreciate if this issue was fixed so that you can actually use it. The UI also gets pretty slow while using this, but I presume that you already know that or that you can't fix that.
Sorry for the late response, Zufixx. Build issues should be fixed if you are using the latest version, but if not, check for this solution #8.
The UI shouldn't be too slow (in general) if you have hover response set to none. It is a little clunky on load and while transitioning between play/edit mode, of course, due to the system reloading.
I'd love to be able to decouple the required assets for the system, but as of right now they need to be loaded into the project's asset database in the editor for me to use them properly. The best solution I could do is some kind of disclusion flag/setting to prevent them from being in builds/collab or centralizing them cross-project in a neutral directory via a symlink. The latter introduces some per-platform complications and both still expose the files in searches, however.
Since the files are in the assets folder, they automatically sync with Unity Collaborate. It seemed to work fine, but when I wanted to build the game it couldn't and I got a "Error building Player because scripts had compiler errors" error but not in any script, just in general. Deleting the addon fixed this issue. I would really like it if this addon wasn't in the assets folder so that it wouldn't sync.
The text was updated successfully, but these errors were encountered: