Skip to content
New issue

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

Version errors #2

Open
andpeterson opened this issue Jul 2, 2018 · 3 comments
Open

Version errors #2

andpeterson opened this issue Jul 2, 2018 · 3 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@andpeterson
Copy link
Collaborator

To be figured out over time but I'm getting several errors when stuff gets compiled. Will upload errors as they are received

@andpeterson andpeterson added bug Something isn't working wontfix This will not be worked on labels Jul 2, 2018
@andpeterson
Copy link
Collaborator Author

andpeterson commented Jul 5, 2018

TL;DR Issues:
Assets/SteamVR/InteractionSystem/Core/Icons is missing
UnityEngine.GUIText is obsolete in SteamVR scripts
UnityEngine.GUILayer is obsolete in SteamVR scripts

Assertion failed: Removing Assets/SteamVR/InteractionSystem/Core/Icons because the asset does not exist

A meta data file (.meta) exists but its asset 'Assets/SteamVR/InteractionSystem/Core/Icons' can't be found. When moving or deleting files outside of Unity, please ensure that the corresponding .meta file is moved or deleted along with it.

Assets/SteamVR/Scripts/SteamVR_Stats.cs(12,9): warning CS0618: UnityEngine.GUIText' is obsolete: This component is part of the legacy UI system and will be removed in a future release.'

Assets/SteamVR/Scripts/SteamVR_Camera.cs(201,32): warning CS0618: UnityEngine.GUILayer' is obsolete: This component is part of the legacy UI system and will be removed in a future release.'

Assets/SteamVR/Scripts/SteamVR_Camera.cs(205,34): warning CS0618: UnityEngine.GUILayer' is obsolete: This component is part of the legacy UI system and will be removed in a future release.'

Assets/SteamVR/Scripts/SteamVR_Camera.cs(232,36): warning CS0618: UnityEngine.GUILayer' is obsolete: This component is part of the legacy UI system and will be removed in a future release.'

Assets/SteamVR/Scripts/SteamVR_Camera.cs(236,28): warning CS0618: UnityEngine.GUILayer' is obsolete: This component is part of the legacy UI system and will be removed in a future release.'

Assets/SteamVR/Scripts/SteamVR_Stats.cs(21,24): warning CS0618: UnityEngine.GUIText' is obsolete: This component is part of the legacy UI system and will be removed in a future release.'

@Albert
Copy link
Owner

Albert commented Sep 2, 2018

I haven't figure this one out. Maybe each project should have a README.txt associated w/ it that lists compatible version number?

I think this also has to do with how these projects eventually get showcased. Perhaps we should just make executables as soon as they're done, and then let them rot out when the system needs to update around them. Then host the executables on a website...

@andybak
Copy link

andybak commented Sep 2, 2018 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants