Question by 
               asadmuzammil77 · Sep 06, 2019 at 08:46 AM · 
                c#unityeditorserializationeventevents  
              
 
              UnityEvent is not showing Dynamic or Static Parameters Label in the inspetor,In my Custom Unity Event Dynamic or Static Parameters Not Appearing
Here is my Code 
Here is my Inspector ScreenShot

,In my Custom Unity Event Dynamic or Static Parameters Not Appearing. I create a Custom Event down:
public class Health : MonoBehaviour{
     [SerializeField] private TakeDamageEvent takeDamage;
     [System.Serializable]
     public class TakeDamageEvent : UnityEvent<float> { }
}
But in My Inspector It is not showing Dynamic or Static Parameters.
 
                 
                screenshot-9.png 
                (42.0 kB) 
               
 
                
                 
                screenshot-12.png 
                (57.8 kB) 
               
 
              
               Comment
              
 
               
              Your answer
 
 
             Follow this Question
Related Questions
How to create an event trigger script for intercepted events 0 Answers
UnityEngine.GameObject' does not contain a definition for `SetSelectedGameObject' 0 Answers
Error with calling events from other scripts 3 Answers
How can I get a raycast to differentiate between the same object? 0 Answers
Why Does My Saved Data Not Load? 0 Answers
 koobas.hobune.stream
koobas.hobune.stream 
                       
                
                       
			     
			 
                