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?

已提問 6 年前檢視次數 197 次
4 個答案
0
已接受的答案

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.

已回答 6 年前
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

已回答 6 年前
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?

已回答 6 年前
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.

已回答 6 年前

此貼文已關閉:已停用新增新答案、評論和投票功能。