Abdiel Lopez

Results 19 issues of Abdiel Lopez

https://github.com/michaelsakharov/Prowl/tree/NewUI-PersistentLayout ```cs using Prowl.Runtime; using Prowl.Runtime.Utils; using Debug = Prowl.Runtime.Debug; namespace Prowl.Editor.Assets { [FilePath("Library/LastWriteTimes.cache", FilePathAttribute.Location.Data)] public class LastWriteTimesCache : ScriptableSingleton { public readonly Dictionary fileLastWriteTimes = []; } public static...

**Describe the solution you'd like** Make it so that the color picker works with [p5js](https://p5js.org/) (part of [processing.org](https://processing.org/)) in codemirror **Describe alternatives you've considered** I am thinking of making my...

**Describe the bug** All .NET 9 projects crash on older windows 10 versions, this can be fixed by adding `false ` ``` CLR: Assert failure(PID 5028 [0x000013a4], Thread: 13704 [0x3588]):...

**Describe the bug** I don't know what is causing it but it looks like it could be some sort of shadow artifacts, or lighting artifact **To Reproduce** Steps to reproduce...

**Describe the bug** Changing UI scale to anything other than 1.0 breaks clip rects **To Reproduce** Steps to reproduce the behavior: 1. Go to Editor Prefs 2. Change scale to...

**Describe the bug** We don't know what is the best supported PixelFormat is until we create a graphics device, but for some reason we do: ```cs public static partial class...

**Describe the bug** I have a `FreeLook` component that has a `RequireComponent(typeof(Camera))` attribute ``` [RequireComponent(typeof(Camera))] public class FreeLook : MonoBehaviour { // stuff that depends on camera } ``` When...

**Describe the bug** I connected a ps4 controller to try and fly around in the Audio Demo and it throws the following error when I hold UP or DOWN in...

**Describe the bug** creates black pixels on the screen **To Reproduce** Go to PhysicsCubes and replace the shootCubeMesh to use a cylinder Run thew demo and try shooting. **Expected behavior**...