Water Gem

0

Hey,

I might be missing something but, i cant seem to get the water gem to work. I have enabled it and compiled the game, but its not showing up in the editor. I want to use it to create an inf ocean. Anyone have any suggestions?

gefragt vor 6 Jahren197 Aufrufe
4 Antworten
0
Akzeptierte Antwort

There should be a "Gem.Water.Editor.<blabla>.dll" in the directory where you start the editor.

In the editor it should show up under "add component"->Environment->Infinite ocean.

beantwortet vor 6 Jahren
0

In the projectconfigurator make sure that your project is selected as the default project.

If you're building using visual studio, run "lmbr_waf.bat show_option_dialog" and check in Visual Studio Project Generator tab generate_vs_projects_automatically. This will regenerate your solution file in the dir solutions.

run lmbr_waf.bat configure

Then either open the solution file and build using visual studio (change for now debug to profile to test it) or run

lmbr_waf.bat build_win_x64_vs2015_profile

(assuming 64bit and vs2015)

the binaries should be in the directory: bin64vc140

For debug builds change "profile" to "debug" and the final dir is bin64vc140.debug

beantwortet vor 6 Jahren
0

I dont seem to have that file. I have the Gem file that shows all the ones enabled in the project. I also dont seem to have the option listed below. This is with the newest version currect?

beantwortet vor 6 Jahren
0

I have done the steps above all over again as i did them already before i made this thread. Its the same as before. its enabled and shows in advanced settings and there is the file there but still unable to add and no option to add in the editor.

beantwortet vor 6 Jahren

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