Load Next Level (Project Boost)

Hello,

Sorry to bother you again…the game exits Play Mode when I reach the landing pad to move to the next level. Also, in Lesson 47, using Invoke. I couldn’t call a method (StartSuccessSequence) into a method creation with “Control + period/full stop.” It says “No code actions available.” Is there another way to do so?

I pasted my code here: GDL Paste - nimugidawu

Hi,

This subforum exists to ask for help and to help. No need to apologise. :slight_smile:

Regarding your problem, code is just text. If keyshorts do not work in your script editor, you could simply type the code. I’ve taken a brief look at your script, and it looks fine to me. You should be able to call StartCrashSequence in other methods within the CollisionHandler class.

To fix the issue with VS Code, please follow the instruction on this website and make sure all required extensions are installed: https://code.visualstudio.com/docs/other/unity

If the issue persists, please check the console of VS Code (not Unity!). If the .NET Framework 4.7.1 (Developer Pack) is mentioned there, download and install it from the official Microsoft website. Here is the link: https://dotnet.microsoft.com/download/dotnet-framework/net471

I hope this helped. :slight_smile:


See also:

Yes, updating the extensions seemed to have resolved it, thanks.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms