eldv
Junior vMember
Posts: 47
|
Post by eldv on Sept 8, 2022 5:01:21 GMT
Assets\EasyMainMenu\EMM Integrations\Invector Integration\Invector Integration\EndScreen.cs(43,30): error CS0246: The type or namespace name 'vMeleeCombatInput' could not be found (are you missing a using directive or an assembly reference?) Assets\EasyMainMenu\EMM Integrations\Invector Integration\Invector Integration\EndScreen.cs(44,30): error CS0246: The type or namespace name 'vMeleeCombatInput' could not be found (are you missing a using directive or an assembly reference?) Assets\EasyMainMenu\EMM Integrations\Invector Integration\Invector Integration\EndScreen.cs(45,30): error CS0246: The type or namespace name 'vThirdPersonController' could not be found (are you missing a using directive or an assembly reference?) can someone help me with this erroes? and pause menu doesn'twork when i press esc pause menu comes up but mouse doesn't show up and buttons wont work Make Sure you are adding the appropriate using references in the script header. for instance the vThirdpersonController and vMeleeCombatInput is solved by adding: using Invector.vCharacterController; in the using headers.
|
|
|
Post by jlock10 on Nov 24, 2022 1:26:24 GMT
How Do you load the selected character to the next scene after hitting the play new level button?
|
|
|
Post by axbaby123 on Nov 24, 2022 16:30:36 GMT
Not recommended. I am not a coder so my solution is lazy, waste of hard Drive space and makes the Project bigger. I get things working and then improve, replace, make prettier later.
The easiest way for ME would be: if you select for example Character A in the Main Menu it will Character A Scene 1. to Leave Character A Scene 1 with that character using a Trigger it loads Character A scene 2. Character A would be in all Character A scenes. Each Character has their own scenes with them in it.
By clicking Character A in the Main Menu it loads Scene- Character A Scene 1 that ONLY has Character A in it.
Simple, stupid and should work until you come up with something better. All Characters Scenes need to be added to the Build
Easiest Solution, get rid of EMM. If you can find code for this solution you can find code for a much better Main Menu and Character Select Screen which barely worked from the very beginning.
|
|