Gilad Ostrin

Results 16 issues of Gilad Ostrin

I work with geo-data that is in UTM 36N, but I need to sync this data to a map that uses EPSG:3857 (Web Mercator projection). EPSG:3857 is the projection that...

enhancement

**Describe the bug** MapRenderer.UpdateChildrenMapPins() can cause severe slowdows in scenes with a large amount of pinned or dynamic objects. This is caused by a N^2 comparison somewhere in its source....

bug

**Is your feature request related to a problem? Please describe.** I work with a lot of async Tasks and UniTasks in my project, and I like to include the destroyCancellationToken...

type:feature

**Is your feature request related to a problem? Please describe.** I want to do some basic processing of the underlying data in a network list of locations (For example, determine...

type:feature

**Is your feature request related to a problem? Please describe.** One type of functionality that I would very much like is the ability to run async RPC calls with a...

type:feature
stat:awaiting triage

### Description During the ReloadTransports method of NetworkManagerEditor.cs, it calls ```AppDomain.CurrentDomain.GetAssemblies();``` in order to dynamically load all assemblies, and then search through every type in order to find subclasses of...

type:bug
priority:high
stat:imported

## Background We're using Cesium to build a multiplayer system in Unity. As part of our testing protocol, we have multiple clients that will boot up and connect to a...

## Background We built a Unity scene where several tilesets can be loaded and unloaded as needed. Immediately, we noticed that a large memory-leak was occurring, ballooning our default memory...

bug

**Is your feature request related to a problem? Please describe.** For a while now, we've been receiving the following warning when despawning objects: ```[Netcode] Deferred messages were received for a...

type:feature
stat:awaiting triage

It appears to be very easy to cause the Unity Editor to crash when using this component, especially if you have sparse coverage. For example, during my initial testings, I...