engine5d

Results 8 issues of engine5d

3DTILES_multiple_contents no supports more than 6 contents, except change the cesium static setting: `Cesium.RequestScheduler.maximumRequestsPerServer = 8;` , or the tile cannot load. But this extension schema [link ](https://github.com/CesiumGS/3d-tiles/blob/main/extensions/3DTILES_multiple_contents/schema/tile.3DTILES_multiple_contents.schema.json)no contains this...

category - 3d tiles

cesium-unreal no support to load multiple contents of tileset version 1.1, like this: "contents": [ { "uri": "batched.b3dm" }, { "uri": "batched2.b3dm" } ]

enhancement

We' d like to use gltf extension EXT_mesh_gpu_instancing to load multiple mesh instances instead of using i3dm. could cesium-unreal support this extension?

in elsa 3.2. use sample application running json workflow like following, Writeline activity will be skiped, why????????? `{ "name": "Hello World", "root": { "id": "Flowchart1", "type": "Elsa.Flowchart", "activities": [ {...

bug

## Description Variable value is no pass to next activity running in console application ## Steps to Reproduce To help us identify the issue more quickly, please follow these guidelines:...

bug

I dev a console application , call json workflow, but the ported WriteLine activity cannot get value of variable "CurrentIndex" from custom activity : But run in ElsaServer is OK,...

bug

### Is your feature request related to a problem? There are some huge size file more than 2GB, we 'd like to upload media library, but mediaoptions maxFileSize number only...

enhancement

OC Version 2.1.6 Class : ElasticQuerySource line: 86 to 90 `foreach (var document in docs.TopDocs) { results.Add(new JsonObject(document.Select(x => KeyValuePair.Create(x.Key, (JsonNode)JsonValue.Create(x.Value.ToString()))))); }` The x.Value sometimes is null, so throw exception....

bug :bug: