How Add Gem To Gem?

0

I can't understand how add one Gem to another. Example how Multiplayer gem see GameLift Gem ?

p.s.

I try in wscript add bld.Path('Gems/GameLift/Code/Include/GameLift') but i feel this is not correct way.

gefragt vor 7 Jahren335 Aufrufe
4 Antworten
0
Akzeptierte Antwort

Solved. If needed add some gem to gem, you must add to gem.json code.

        "Dependencies": [
{
"Uuid": "<AddedGemUuid>",
"VersionConstraints": [
"~>1.0"
],
"_comment": "GemName"
}

For more info look in Modular Gems System (Gem JSON File)

beantwortet vor 7 Jahren
0

Thanks for posting your solution @REDACTEDUSER

beantwortet vor 7 Jahren
0

Hi Herpaderp. If you add Dependencies to some gem, and not include dependencies gem to project you take error on configure command. In error message will saying about not included gem. You must add hands needed gems.

beantwortet vor 7 Jahren
0

This seems to be a hack for me.

What happens if you load a gem into your game but not the other gem, the first gem depends on?

beantwortet vor 7 Jahren

Dieser Beitrag ist geschlossen: Das Hinzufügen neuer Antworten, Kommentare und Abstimmungen ist deaktiviert.