Ambiera Forum

Discussions, Help and Support.

Ambiera Forum > CopperCube > Programming and Scripting
Copper Cube & Unity's World Streamer

casironmaiden
Registered User
Quote
2017-05-01 14:43:03

How do I go about making something similar to World Stream but for Copper Cube?

All the help you can provide would be a blessing. ^__^

A Step-to-Step guide would be real helpful in this situation....since this is the 1st I heard of something like this.

Can this all be done with javascript/java?

I was browsing Unity's asset store & found it by chance!

World Streamer
https://www.assetstore.unity3d.com/en/!/content/36486


World Streamer is a memory streaming system. By using it you are able to stream whole your game from a disc in any axis and space. You are able to create endless space games, 2D platformers, 3rd person, or any kind of game you want without loading screens during player movement. You could also create endless looped world. In few clicks your game is ready to be loaded from your disc! Now your scenes are as big as you want, without any limits. You could work on local area and update world by 2 buttons. You could also separate your world into layers like: lighting, ai, geometry or even separate them into local areas. It's perfect soluton for teams that work on the same area. World streamer is also useful for architectural presentation or in any application that you need to use as low memory as possible. With streaming you will reduce objects count in your scene. That will save your cpu,gpu power and you will only load them if they are necessary. Collider streaming give you ability to stream rooms and floors, only when player will hit room/floor area collider. You could build whole towns with interiors without performance hit. Ring streaming will replace your unity terrains by low poly meshes in far distance. Now you are able to stream your open world from disc in few clicks.

Features:
- floating point error fix system
- looped world system
- multi scene editing support
- Unity 5.3+ support but it also work on older unity versions
- multiple layers streaming
- support for multiple devs working at one area
- removes world size restrictions and slow down in unity editor at huge or extremely detailed scenes
- ring streaming (replacement of the objects according to the distance)
- collider hit streaming option
- support for extremely big worlds
- easy automatic processes will save your development time
- in few clicks you can stream endless world
- work in any axis and space: 2d, 3d, vertical, horizontal
- reduce RAM,CPU,GPU,VRAM usage of your game
- reduce number of objects in your scene
- compatible with unity5 speedtree or any tree system
- spawned player support
- physics manager
- load your world in background ( async loading )
- compatible with amplify, graphine and any other texture stream system
- loading screen system
- LOD system for split terrains
- Webplayer and WebGL support
- innovative local area updater
- terrain culling system based on camera view (Unity 5.3+)
- GI and lighting manager
- Occlusion Culling support (Unity 5.5+)
- compatible with terrain stitcher and multiple terrain brush
- fully commented opensource code that will help you to work with World Streamer!
- compatible with:
World Creator
Gaia
Terrain Composer
RTP
uConstruct

Demo test scene :

http://indago.homenko.pl/world-streamer/

Every object at this scene use 1-20k tri meshes and textures 2k x 2k. Basically its very heavy . Terrain is using triplanar shading as custom material which a heavier than normal. Car is moving 250 mph. Scene has 10000x10000 units


-----------------------------------------------------------------------------------------------
Do I use something like this?

https://www.tutorialspoint.com/javascript/javascript_loop_control.htm

with this

https://www.tutorialspoint.com/javascript/javascript_error_handling.htm


Create reply:


Posted by: (you are not logged in)


Enter the missing letter in: "Intern?tional" (you are not logged in)


Text:

 

  

Possible Codes


Feature Code
Link [url] www.example.com [/url]
Bold [b]bold text[/b]
Image [img]http://www.example.com/image.jpg[/img]
Quote [quote]quoted text[/quote]
Code [code]source code[/code]

Emoticons


   






Copyright© Ambiera e.U. all rights reserved.
Privacy Policy | Terms and Conditions | Imprint | Contact