I have an appointment with Unity on CSDN

He tried to write the world in code, and there was tenderness between the lines.

where am i from? What do you want to gain from coming to CSDN?

From:
I am a boy from a rural village in Guangxi. I have been yearning for the outside world since I was a child, and always want to see it from afar. So I came to Tianjin to go to school, but it was too far away. It was my first time to go abroad, the first time I came to the north, and I regretted it a little. After all, I am a family lover. But in the end, you still have to face the future world alone. I started four years of college with confusion, curiosity and enthusiasm. When I chose a major, I thought hacking was cool, so I chose computer science and technology. But with the professional study, I feel that I have drifted away from the hacker. Until I came into contact with Unity3D, everything was different. I only learned Unity in my senior year. I chose our major in virtual reality. Suddenly, I felt that Unity was fun, and I was also facing the pressure of graduation and employment. Then I started to work hard to learn a Unity, and later I found a Unity-related internship and graduated. For various reasons, I came to Beijing to work and became a Unity programmer.
At one time, I didn't know what I could do after graduation. My major was a mess, and I was confused for a long time. It was Unity who opened up another world for me. Therefore, I always firmly believe that it is never too late to do anything. Once you know what you want to do, just go all out, everything is possible!
Gain:
It has been 4 years since I came to CSDN, but the first article was written when I was doing my final project in my senior year in 2021. The initial idea was to record my own development process. Now my idea is to record myself and Unity. This period of technical life is used as the accumulation of technology. One day in the future, when I look back on the past, maybe I can feel a little sense of accomplishment. In addition, I also want to gain your friends here. Maybe one day we can chat and exchange technology?
So, make a friend? Friend me QQ: 1973144878.
Or, Leave Your In the comments section

public class ZY
{
    
    
    public string Name = "我和Unity有个约会";
    public int Age = 23;
    public string Work = "Unity Programmer";
    public bool isMakeFriend = true;
    public string MyQQ = "";
    public string YourQQ = "";
    public void Start()
    {
    
    
        if (isMakeFriend)
        {
    
    
            MyQQ = "1973144878";
        }
        else
        {
    
    
            YourQQ = "";//评论区留下联系方式,我加你呀。
        }
    }
}

Does my nickname/avatar have any special meaning?

Name: I have a date with Unity. Unity gave me a chance. I want to have a good date with Unity
and write my story with Unity . Traveling on the sea of ​​stars and stars in the code, exploring the unknown world...


insert image description here

What's the biggest problem I've had with my technical learning? How to solve it?

Question: Software Architecture and Design Patterns
Solve: Of course, it is best to ask teachers at school, and then to ask classmates for advice;
at work, apart from asking industry leaders, in fact, the most important thing is to study and research on your own, and encounter good ideas. When I like to do a demo implementation.

An open source project that I can't help recommending to my friends

That must be "flappy bird".
insert image description here
flappy bird: a fat bird that exploded overnight
This is a simple yet difficult mobile game in which the player must control a chubby bird to overcome obstacles made of various lengths of water pipes. It is easy to get started, but it is not easy to pass the level. Flappy bird was launched on the Apple App Store in May 2013, and jumped to the top of the list in more than 100 countries/regions in February 2014, although there is no fine animation effect, no interesting game rules, no numerous levels, However, it suddenly became popular, and the number of downloads exceeded 50 million times.

This is definitely a perfect learning resource for Unity beginners, and it is a must to get started.
Or you need a tutorial of flappy bird: learn to make a small game of flappybird.
Maybe you need the source project of flappy bird: source project of flappybird
. If you don't understand anything in the study, you can ask me!

Is there something you've wanted to do for a long time?

The world is so big, I want to see it. As a perceptual and casual programmer like me, of course, I want to go on a trip. It's only a few years old, but the epidemic has been taking up for three years now. Maybe when the epidemic dissipates and the spring flowers bloom, I will make an appointment with three or five friends and go on a trip that I want to leave? necessary! Life is not only about the hustle and bustle, but also poetry and distance.
Please add image description

What is the most impressive technology hotspot for me recently?

That has to be: Meta.
Please add image description

The origin of the metaverse is that in 1992, science fiction writer Neil Stephenson mentioned a network world parallel to the real world in his novel "Avalanche". Verse means the universe. So, the Metaverse is the "metaverse". The "metaverse" is not a real world, but a virtual one. To be more precise, the metaverse is a virtual world of the future that does not exist yet.
Some people say that the Metaverse is the next Internet outlet, and some people say that the Metaverse is actually a scam of capital.
But I want to say that the technological revolution always requires someone to take risks. Unity will be one of the important definers, creators and implementers of the metaverse. What if it is the outlet? Look forward to it together!

Guess you like

Origin blog.csdn.net/qq_42437783/article/details/123891460