If there was someone who could help me I would be very grateful. When I go to create a Verse file I immediately get all these in the message log. but the code is what should I do to solve the problem

Hi Jars,

Is this happening in the new ‘Verse Device Starter Games’ template project?

I was seeing messages about ‘Ambiguous Identifiers’ with a newly created template project.

“Ambiguous identifier; could be localhost.VerseCommander.VerseCommander or localhost.VerseCommander”

on

ForwardArrow.SetMesh(VerseCommander.Meshes.CP_VerseCommander_Floor_01) ForwardArrow.SetMaterial(VerseCommander.Materials.MI_CP_VerseCommander_CharacterArrow_01)

I expect this to be resolved with the next update.

Hi thanks for the reply,so what should i do i have to wait for the next update or i can fix it some how. also because in other projects the verse code worked

You’re welcome.

I attempted to fix the code by adding localhost. in front of those two instances of VerseCommander , but then there were just other errors.

This new sample template just came out last week, so there is a chance that it will be fixed in the next few days if there is an update this week. (Delete and then re-create this template project after the update)

Thanks again, but will I have to delete the project or just the verse code? But I wonder why then in other projects without having imported any assets it goes? because others told me to change the names of the assets, which I did but that didn’t work

It might be possible to create the updated template in the same location and have the files overwritten with new files, but to be on the safe/simple side I’d just create a new one.

You’re seeing errors because this project has some sample-specific code that is generating the errors.

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