Skip to content

ToolTech/CSWUnreal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSW - Common Synthetic World

A project aiming to create a fast stream implementation in Unreal Engine.

Setup

  1. Install UE 5.5
  2. Checkout files from repo (incl LFS) and generate a solution from CSW.uproject by rightclick and select Generate Visual Studio Files from unreal menu
  3. Drop a CSWDevTest instance into a scene
  4. Enter a map url to a .gzd map in the Map Urls property (there is a map provided in the download under /maps)
  5. Enable GZ_INSTRUMENT_CODE in the CSWPlugin.Build.cs file if you want to measure performance
  6. The map will load in Editor mode but performance is measured between play and stop
  7. You will get output from the log when you filter on sender CSW

Contacts

If you have questions you can email Anders Modén or send support question to GizmoSDK Support

Work

This demo is based on a streaming technique developed at Saab. It is compatible with other stream formats but has a number of specific features.

You can see a demo here Video

And Work on some BUGS in UE 5.5 UE BUG Video