I am new to verse and opened the Verse Device Starter Template to learn the language. I could not do so as it opened with two errors in the verse_commander_character.verse file.
Projects/VerseDeviceExample/Content/VerseCommander/verse_commander_character.verse(126,60, 126,92) : Script error 3506: Unknown member
CP_VerseCommander_Floor_01_asset
in Meshes
.
Projects/VerseDeviceExample/Content/VerseCommander/verse_commander_character.verse(127,67, 127,105) : Scrip
t error 3545: Macro name must be an identifier
Hi Wolfshark, Welcome to the Forums.
I remember some naming conflicts that would come up if you named that example project “VerseCommander” . Based on your paths it looks like that is what you named it - does using a different name resolve this?
I’m hitting the same issue.
Unknown member `CP_VerseCommander_Floor_01_asset` in `Meshes`.(3506)
Macro name must be an identifier(3545)
This doesn’t look to be an issue with the project path.
F:\UEFNProjects\VDTest\Content\VerseCommander\verse_commander_character.verse
Here is my version info:
Version: 5.6.0-43486998+++Fortnite+Release-36.10
Platform: Windows 11 (23H2) [10.0.22631.5472] (x86_64)
Looks like part of it was a path related issue. I guess some one at Epic renamed the asset
CP_VerseCommander_Floor_01_Asset to CP_VerseCommander_Floor_01?
But I had to remove these brackets from MI_CP_VerseCommander_CharacterArrow_01
So the two lines of code for me are now setup like this:
ForwardArrow.SetMesh(VerseCommander.Meshes.CP_VerseCommander_Floor_01) ForwardArrow.SetMaterial(VerseCommander.Materials.MI_CP_VerseCommander_CharacterArrow_01)
No more verse build errors, but then I hit issues with the VerseCommanderCharacter.
I got errors because it was missing an NPC Behavior script
The template project was finally built without errors after giving it the verse_commander_character NPC Behavior Script.
But sadly, after launching the session I could not interact with the PlayVerseCommanderButton.
This was after ensuring I added the gameplay tag.
This template is unfortunately not working in the latest version of UEFN 
1 Like
I just wanted to say thank you so much @Lspleeless, I had been trying to open this project and experiencing the same verse errors and I changed the lines as you suggested, and errors have vanished! I’m yet to hit the same bug with the VerseCommanderCharacter, haven’t made it that far yet. Just wanted to say thanks!