engine5d
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...
cesium-unreal no support to load multiple contents of tileset version 1.1, like this: "contents": [ { "uri": "batched.b3dm" }, { "uri": "batched2.b3dm" } ]
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?
[BUG] console application running json workflow can not use script expression, It seems as be skiped
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] Variable value is no pass to next activity running in console application but web server is OK
## 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:...
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,...
### 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...
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....