Dusan Lazarevic

Results 22 issues of Dusan Lazarevic

Like title says, is it possible to have semantic offering different colors for private and public fields?

enhancement

So try closing the Unity project. Then delete the Library folder and open the project again. Observe multiple **LocalizationSettings** assets created, in my case it's always original LocalizationSettings + 17...

Am I doing something wrong when creating particles so my Shape Gizmo is always out of scale? Depending on the Canvas mode, here are the results, no matter which **Auto...

enhancement
v5 feature

...set to "page". That way when you first do "selectPage" to something greater than 0 and then you scroll a layer, delegate method "scrollLayer:scrolledToPageNumber:" wasn't called

It would be nice if PA can have some randomness for Delay Rate like normal particles do: constant, between 2 constants, curve & between 2 curves. Just to break its...

enhancement

You introduced diff decorations for staged changes and it's nice. But I can only control secondary (staged) colors in the gutter, for example: - `"editorGutter.addedBackground"` - `"editorGutter.addedSecondaryBackground"` I'd like to...

I started getting a lot of errors like this: ![image](https://github.com/user-attachments/assets/f2a66c6c-89ac-47af-8866-4c242856e7ef) File is under the Resources folder: ![image](https://github.com/user-attachments/assets/af5c0a37-afbc-4ac9-b27c-e1fe359edc94) Localization: v2.2.3 Unity: v2022.3.53

**Describe the bug** When adding an UI Effect that wasn't used before, the warning in the log appears: `The following asset(s) located in immutable packages were unexpectedly altered...` **To Reproduce**...

bug

Recently I noticed that upon opening prefabs that have `GameObjects `with `LocalizedTextBehaviours`, the whole prefab gets dirty requiring me to save it again and again without even changing anything. And...

fix: prevent scenes/prefabs from becoming dirty when localized values are unchanged - Add value comparison in TryUpdateComponentLocalization before applying changes - Only record undo and set property values when localized...