iniside / ActionRPGGame

Unreal Engine 4 Action RPG type game starter kit.
http://iniside.weebly.com
1k stars 324 forks source link

Open by my UnrealEditor show this dialog message. #1

Closed jmying closed 10 years ago

jmying commented 10 years ago

Game name case not detected for 'ActionRPGGame'. The engine ini should contain an entry [URL]GameName with the name of the game in the correct case.

iniside commented 10 years ago

If you just copied code to your own project, you will need to edit Game header:

ActionRPGGame.h to match your project name and in DefaultEngine.ini

[URL] GameName=YourGameName.

For start you might try to create project with ActionRPGGame name and see if that works.

jmying commented 10 years ago

3q