#just opened my project and everything is
1 messages · Page 1 of 1 (latest)
How much was in it?
a few months worth
Screenshot your Assets folder from inside Unity
then do the same from inside Windows Explorer
Alt + PrintScreen takes only the active window
im getting the error 'Failed to find entry points' if that means anything
wait actually most of my stuff is here just all the scenes are now in one
odd
like it moved all the assests from all them and overlayed into one
Screenshot that*
aswell as that i cannot edit any values in any scripts
these used to have multiple booleans and varibles attached
all this happened after i updated unity
Can you please provide a full screenshot of the editor, including hierarchy, and your Project View ?
ok
restarted and all the scenes are back to normal but the varibles are still not there
Select the Unity main window.
Hold Alt and press Print Screen
I need to see the version on top of the title bar
and everything that could be significant
From which version did you upgrade?
not sure but it told me that a new version was avaliable so i pressed it
Upgrading a project to a new version is not always trivial, and 2022 is not LTS yet, and is not expected to be stable until 2022.3 (later this month)
oh
Do you have a backup on github or other version control?
so when that comes out it will fix it? or am i screwed
i do not
im new to unity
It might be not so straight forward to fix it, so I imagine you may need to share your project for myself or other people to immerse themselves to try and fix the things which are broken.
It could be easy, for all we know.
if i remove these scripts and re add them could that fix the varible problem
i think its doesnt know what scripts are attached just that some are
The best thing to do right now, is exit Unity, and make a copy backup of the entire project folder.
Then, learn to use Github, and upload your project there.
Then, you could be helped more directly.
alright
You can try to fix all the things, no problemo.
But back it up first. So you can revert.
Due to the situation, I'm going to allow you to DM me. I am one of few with some specialty in how projects are composed, although I don't have that much experience making my own games.
Let's try to keep things here. But you can DM me if I am not responding.
alright thanks
The entry points issue is less of a problem than the actual compiler errors
Could you elaborate on what you mean by this?
Visually all the scenes were ontop of eachother but resetting fixxed this
I am away from my pc now so i cant do anything now
Alright. If you have backed up the project, you can try to delete the Library folder when the project is not running, as it will be regenerated when opened again. This would remove any leftovers that could be interfering.
Let us know when you have more time. We will try to help.
Try commenting out the lines with errors,
so that the scripts are able to recompile.
That might bring back the values.
ok will do
this has fixxed my issues but i am stil getting these 2 errors which stop me from running the project
Have you Deleted the Library folder while the project is closed?
ah im not sure what i just did but the errors seem to be gone and its all running
thanks for help i will ping if i need any help further on
Great stuff. Hope it's all sorted out.
If nothing comes up in a few hours, I'll close the thread.
BTW You can safely Delete the Library folder at any time. It is a recommended step in many error scenarios.