[Required] regression in 3.2.6
Closed this issue · 2 comments
laurentopia commented
TylerTemp commented
Hi,
Again I can not re-produce it. More information is required to locate this issue (
Im using the simple code:
public class Issue79 : SaintsMonoBehaviour
{
[Serializable]
public struct MyStruct
{
[Required] public Issue79 prefab;
}
[SaintsRow] public MyStruct myStruct;
[Required] public Issue79 prefab;
}
But it works fine under 2022.2.0f1, both IMGUI and UI Toolkit, both in scene mode and perfab editing mode.
(P.S. to attach an video you can just drag and drop the file in the comment area)
Unity_2EoNepwTPw.mp4
laurentopia commented
like by magic, it solved itself.
must be hot reload...