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?

asked 6 years ago184 views
4 Answers
0
Accepted Answer

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.

answered 6 years ago
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

answered 6 years ago
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?

answered 6 years ago
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.

answered 6 years ago

This post is closed: Adding new answers, comments, and votes is disabled.