1 (edited by Dodo44 2021-02-20 18:49:54)

Topic: I cannot see new UFE 2.4.1 features (Even in an empty project)(SOLVED)

Hi.

As the title says. For some reason, I cannot see UFE 2.4.1 features (like "override basic moves with move files").

I tried to import UFE 2 Standard to an empty project (which I can see that its current version it's 2.4.1 in the Package Manager), and I cannot see any of these new features.

What could be I missing?

Share

Thumbs up Thumbs down

Re: I cannot see new UFE 2.4.1 features (Even in an empty project)(SOLVED)

With Unity closed, go to the Roaming folder for Unity on your computer (C:\Users\(Username)\AppData\Roaming\Unity\Asset Store-5.x\), open the Mind Studios folder, in the Complete Projects folder delete the UFE 2 Standard file then reopen Unity and redownload in the package manager. There is a small bug with the package manager where it won't update assets you own but will claim you are on the latest version.

Share

Thumbs up +2 Thumbs down

Re: I cannot see new UFE 2.4.1 features (Even in an empty project)(SOLVED)

Thanks a lot, Twrmois!

I followed all steps and it worked like a charm! smile

However, I had to create a new project and move all previous files after updating UFE correctly.
I made the beginner mistake to import the new UFE version into my current project instead of understand the documentation. Which I tried to read it carefully, but some options were not visible in my editor.

The console showed me these seven errors before creating a new project and follow the secure way:



Assets\UFE\Engine\Scripts\UI_Templates\DefaultNetworkScreen.cs(5,37): error CS0246: The type or namespace name 'NetworkGameScreen' could not be found (are you missing a using directive or an assembly reference?)

Assets\UFE\Demos\Shared_Assets\Characters\Fydora\Model\Scripts\CS_AngularAndReturn.cs(74,28): error CS0246: The type or namespace name 'HitBox' could not be found (are you missing a using directive or an assembly reference?)

Assets\UFE\Engine\Scripts\UI_Templates\DefaultNetworkScreen.cs(18,15): error CS0246: The type or namespace name 'InputReferences' could not be found (are you missing a using directive or an assembly reference?)

Assets\UFE\Engine\Scripts\UI_Templates\DefaultNetworkScreen.cs(19,15): error CS0246: The type or namespace name 'InputReferences' could not be found (are you missing a using directive or an assembly reference?)

Assets\UFE\Engine\Scripts\UI_Templates\DefaultNetworkScreen.cs(20,15): error CS0246: The type or namespace name 'InputReferences' could not be found (are you missing a using directive or an assembly reference?)

Assets\UFE\Engine\Scripts\UI_Templates\DefaultNetworkScreen.cs(21,15): error CS0246: The type or namespace name 'InputReferences' could not be found (are you missing a using directive or an assembly reference?)

Assets\UFE\Engine\Scripts\UI_Templates\DefaultNetworkScreen.cs(37,23): error CS0115: 'DefaultNetworkScreen.OnShow()': no suitable method found to override



Am I missing something that could avoid this issue next time? smile

Share

Thumbs up Thumbs down

Re: I cannot see new UFE 2.4.1 features (Even in an empty project)(SOLVED)

Nevermind.

I recently found the documentation that I needed to achieve the correct way for UFE update.

Thanks you very much smile

Regards!

Share

Thumbs up +1 Thumbs down