mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
fix: AddComponentMenu hide example / obsolete components
Added [AddComponentMenu("")] to: - BenchmarkNetworkManager - CCUNetworkManager - NetworkTransformChild
This commit is contained in:
parent
b662e367a9
commit
274721b297
@ -5,7 +5,7 @@
|
||||
|
||||
namespace Mirror
|
||||
{
|
||||
[AddComponentMenu("Network/Network Transform Child (Unreliable)")]
|
||||
[AddComponentMenu("")]
|
||||
[Obsolete("NetworkTransformChild is not needed anymore. The .target is now exposed in NetworkTransform itself. Note you can open the Inspector in debug view and replace the source script instead of reassigning everything.")]
|
||||
public class NetworkTransformChild : NetworkTransform {}
|
||||
}
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
namespace Mirror.Examples.Benchmark
|
||||
{
|
||||
[AddComponentMenu("")]
|
||||
public class BenchmarkNetworkManager : NetworkManager
|
||||
{
|
||||
[Header("Spawns")]
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
namespace Mirror.Examples.CCU
|
||||
{
|
||||
[AddComponentMenu("")]
|
||||
public class CCUNetworkManager : NetworkManager
|
||||
{
|
||||
[Header("Spawns")]
|
||||
|
Loading…
Reference in New Issue
Block a user