I think I understand what a commutative square is and also what a natural transformation means.
Yet I cannot think of an example of a transformation that is not natural. I’ve found some papers online that talk about some transformations that are not natural, but they don’t serve well as examples since they are way too advanced for me.
Is there some simple or even canonical example of transformation that generates a non-commutative diagram?
It's REALLY EASY to get a non-natural transformation (much easier than it is to get a natural transformation!). Just choose a morphism for each object completely randomly, and the transformation you get will almost certainly be non-natural. Seriously, try it: take your favorite pair of functors $F,G:C\to D$, and for each object $c$ of $C$, pick some map $\alpha_c:Fc\to Gc$ in some completely arbitrary way (not in some consistent way for all $c$). The result will pretty much never be a natural transformation.
For a simple explicit example using familiar categories, you could take your favorite natural transformation and just change one of the maps in some arbitrary way. For instance, let's start with the identity natural transformation from the identity functor $Set\to Set$ to itself. That's just the natural transformation which to every set $X$ associates the identity map $X\to X$. Naturality is just the statement that for any map $f:X\to Y$, the diagram $$\require{AMScd} \begin{CD} X @>{Id_X}>> X\\ @V{f}VV @V{f}VV \\ Y @>{Id_Y}>> Y \end{CD}$$ commutes.
Now let's modify this natural transformation, so that it gives the identity map for every set except $\mathbb{N}$, for which it gives the constant map $c$ with value $5$. This transformation is no longer natural. For instance, if $f:\mathbb{N}\to\mathbb{N}$ is the map $x\mapsto x+1$, then the diagram $$\require{AMScd} \begin{CD} \mathbb{N} @>{c}>> \mathbb{N}\\ @V{f}VV @V{f}VV \\ \mathbb{N} @>{c}>> \mathbb{N} \end{CD}$$ does not commute ($f\circ c$ sends every number to $6$ and $c\circ f$ sends every number to $5$).