[guided]Fix objects $c,c' \in \mathcal C$. To prove that $F$ is fully faithful, we must understand the map on hom-sets
\begin{align*}
F_{c,c'}: \operatorname{Hom}_{\mathcal C}(c,c') &\to \operatorname{Hom}_{\mathcal D}(Fc,Fc') \\
f &\mapsto Ff.
\end{align*}
The adjunction $F \dashv G$ provides, for every object $d \in \mathcal D$, a bijection
\begin{align*}
\Phi_{c,d}: \operatorname{Hom}_{\mathcal D}(Fc,d) &\to \operatorname{Hom}_{\mathcal C}(c,Gd) \\
\alpha &\mapsto G\alpha \circ \eta_c.
\end{align*}
We specialize this to $d = Fc'$, obtaining
\begin{align*}
\Phi_{c,Fc'}: \operatorname{Hom}_{\mathcal D}(Fc,Fc') &\to \operatorname{Hom}_{\mathcal C}(c,GFc').
\end{align*}
Now let $f: c \to c'$ be a morphism in $\mathcal C$. Applying $\Phi_{c,Fc'}$ to $Ff: Fc \to Fc'$ gives
\begin{align*}
\Phi_{c,Fc'}(Ff) = G(Ff) \circ \eta_c.
\end{align*}
Naturality of the unit $\eta: \operatorname{id}_{\mathcal C} \Rightarrow GF$ at the morphism $f: c \to c'$ says exactly that the square with sides $f$, $GFf$, $\eta_c$, and $\eta_{c'}$ commutes:
\begin{align*}
GFf \circ \eta_c = \eta_{c'} \circ f.
\end{align*}
Hence
\begin{align*}
\Phi_{c,Fc'}(F_{c,c'}(f))
= \Phi_{c,Fc'}(Ff)
= G(Ff) \circ \eta_c
= \eta_{c'} \circ f.
\end{align*}
Thus, after applying the adjunction bijection, the map induced by $F$ becomes the map that sends $f: c \to c'$ to $\eta_{c'} \circ f: c \to GFc'$.[/guided]