Chris Handzlik

Results 53 issues of Chris Handzlik

This is down to Editor assembly not being referenced for new hot reloaded assembly FSR: Error when updating files: 'AddNewFieldsTest.cs', FastScriptReload.Editor.Compilation.HotReloadCompilationException: Compiler failed to produce the assembly. Output: 'C:\Users\Chris\AppData\Local\Temp\72848fbb3b4645e28394c26e99b3c675.SourceCodeCombined.cs(124,52): error...

bug

``` using System.Collections.Generic; using TMPro; using UnityEngine; public class TmpProIssueTest : MonoBehaviour { // dropDown [SerializeField] private TMP_Dropdown sortDropDown; public void Init() { UnityEngine.Debug.Log("CHANGE HERE"); sortDropDown.options.Clear(); sortDropDown.options.AddRange(new List() { new...

bug

![86afab18-c0f7-4470-9849-0b690774931e](https://user-images.githubusercontent.com ![86afab18-c0f7-4470-9849-0b690774931e (1)](https://user-images.githubusercontent.com/6343986/229858192-44b184a0-63ca-46f2-b3d6-127d0408a0e4.png) /6343986/229858179-0d53ee7e-45a3-4df4-8597-53ad33974cdf.png) [ ] KillerJoe from Discord

bug

Commented out for 1.4 File watchers should reintialize if statics were reloaded by Unity for some reason With a warning to let user know what happened. * Sometimes Unity seems...

bug

``` [Serializable] public class SharedHasHealthBase__Patched_: SharedVariable { public static implicit operator SharedHasHealthBase(HasHealthBase value) { *//CH: that should be rewritten as SharedHasHealthBase__Patched_* return new SharedHasHealthBase { Value = value }; }...

feature
user-code-rewrite