EloiStree / HelloUnityPackage

Exporation of how we can use Git and UnityPackage to create toolbox
https://eloistree.page.link/toolbox
Other
0 stars 1 forks source link

Note: Interface package. #34

Open EloiStree opened 4 years ago

EloiStree commented 4 years ago

I realized in my code a pattern that I am using.

  1. Create a interface package that resume what you expect from a technology.
  2. Create a code that use this interface for the tool you create.
  3. Create some code that convert the complex native code into this interface package you provided.

Leading your tool box to be less dependent of the native update of the api you are following.