Skip to content

Commit 8b6db2e

Browse files
committed
Domain warnings -> Reload Analyzer
- UDR0003 - UDR0002
1 parent d3e6d31 commit 8b6db2e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

Editor/EditorFPSDisplay.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,13 @@
1111
#if UNITY_EDITOR
1212
using UnityEditor;
1313
using UnityEngine;
14+
using System.Diagnostics.CodeAnalysis;
1415

1516
namespace RimuruDev
1617
{
1718
[InitializeOnLoad]
19+
[SuppressMessage("Domain reload", "UDR0003:Domain Reload Analyzer")]
20+
[SuppressMessage("Domain reload", "UDR0002:Domain Reload Analyzer")]
1821
public sealed class EditorFPSDisplay
1922
{
2023
private static float fps;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.rimurudev.editorfpsdisplay",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"displayName": "Editor FPS Display",
55
"description": "A Unity Editor extension to display FPS in the Scene view. Supports Unity 2020.3 LTS and newer (including Unity 6.x).",
66
"unity": "2020.3",

0 commit comments

Comments
 (0)