Amitnetanel
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Amitnetanel created a post, [Serializable] attribute over a class makes it considered like a Unity [SerializeField] by InspectCode
I run the following code through InspectCode.exe:```using System;using UnityEngine;[Serializable]public class Foo{ public int FooVar;}public class Bar : MonoBehaviour{ [SerializeField] privat...