I like when you mention ways to improve performance/create more process efficient coding. As a newbie it's hard to know what is most efficient.
@deepwolf41376 жыл бұрын
A ScriptableObject doesn't require a field to be public to be used, it just needs to be able to be serialized to show the data. So what you did before with the [SerializeField] private... Would work just fine. The [SerializeField] attribute will make Unity serialize the private field, just like a normal public field would :-) Anyways, great video. You have a lot of great video, so I subscribed :-D
@Larsupulami6 жыл бұрын
Well made video. One thing you should add is: If you instantiate a prefab for a specific component use that component as the reference. In your case: [SerializeField] private Referencing prefabToSpawn; That reduces the GetComponent call and help to prevent the misuse of prefabs.
@remainanon63296 жыл бұрын
Need to do something about the number of ads. 4-5 ad breaks in a 20 min video is worse then regular tv.