First try phantom 4 engine feelings, first try Phantom Feelings

Source: Internet
Author: User

First try phantom 4 engine feelings, first try Phantom Feelings

I downloaded the source code and compiled environment of unreal 4 in the last two days and tried it a little. Without in-depth research, I ran a few samples, looked at the editor environment, and did not even read the c ++ code. Therefore, it is not qualified to fully discuss the world's most advanced game engine. However, I do not intend to continue my in-depth research, so I would like to express my feelings.

Although you are familiar with Unity, you still feel powerless when you really get started with unreal 4. When you use Unity alone, you may feel a lot of pitfalls, but with UE4, you may feel that Unity is very clean and streamlined in terms of both the Editor interface and code framework design. To some extent, Unity is easy to get started and easy to get started, not just a gimmick.

There are many options for the editor of unreal 4, and there are also various functions that you can understand and cannot understand in the menu. It is a bit like using 3DMax, familiar and unfamiliar. It takes a month or two to get started. Of course, it would be faster to get started if you have been familiar with UDK or experienced in developing unreal engines. However, it is more difficult than Unity in any case.

I plan to develop an ARPG by myself in my spare time (not too much time in the short term), with the goal of the torch light mobile game version. Therefore, the engine selection standards are 3D, cool, mobile games, and convenient development. After trying UE4, I felt that UE4 could not Hold on without any effort. However, when Unity5 is very easy to use, unless I am interested in it, it is not necessary to make efforts to deal with UE4.

My personal feelings are as follows:

1. All source code is available in Unreal 4. You can get the latest code at any time for $19 a month. You can also download the latest code and compiled environment online. Open source code, which should be very attractive to technical programmers. Because everyone has this idea and the code is open, I can modify the Bug and expand the function at will if I have a problem. However, after using Unity, we feel that if the design is very beautiful, We can freely expand the engine functions even if the source code is not open. Although there are some parts that cannot be expanded or modified (that is, some unpleasant enemies), this is not something that can be changed at will, because many things are moving around, as a result, you can modify some plug-in content. While Unity does not have open code. I don't know why some people think that we will encounter an indefinite problem if we don't open the code, but everything can be done after opening the code. It seems that the UE4 open code is more like a gimmick, or a remedy for your own design.


2. BluePrint

This is very powerful. Simply put, you can make a game without writing a line of code. There are many similar plug-ins in Unity, the most famous of which is PlayMaker. Although I really appreciate these tools, people who are planning or not very good at programming can make a beautiful game. However, I am not used to this, just as I am not used to the state machine editor in MecAnim. I feel that it is more convenient to maintain the State using code and configuration, in many cases, it is more intelligent. In addition, when the project is complex, it is easy to use these visualization tools. Of course, if they can be used correctly, it will be very helpful for the project. For example, when a level is designed, some functions are provided for planning and configuration, which is equivalent to a visual and more powerful level event editor.


3. Workflow

The most important function of the engine is to define the workflow. Code can be explored by yourself, and functions can be practiced by yourself, but the correct workflow must be learned by the team. Because Unity is relatively simple, you can explore it on your own. But what is the UE4 workflow and how to make full use of the real power of the most advanced engine, you need to study and explore it. If you just use it like OGRE, it will seem lame. If you cannot really exert the power of the engine, it would be a waste of advanced engines.


4. Rendering effects of the Next Generation

The next generation has been evolving. For example, UE4 uses GPU particles to render millions of particles (normally, thousands of particles on the same screen will slow down ), you can use surfaces and physical light to achieve more realistic rendering effects. However, my demand is a mobile game ARPG. What I want to show is a cool feeling. Is it true that it is beyond my consideration. As for GPU particles, it is not necessary to say that mobile phone graphics cards won't be supported in a few years. Therefore, many advanced features are useless and cannot be used. I am skeptical about the Global Illumination in Unity5. I don't know if LightingMap is actually no longer needed. I don't know the performance and compatibility on the mobile phone. Therefore, in terms of rendering technology alone, UE4 does not have a real advantage. Many U3 games are very dazzling, but they also need to be powerful.


5. c ++ code

Basically, UE4 development is a combination of c ++ code and Blue Print. Although it is easy to embed lua or another script language, it is estimated that there will be no special benefit. Although I am used to writing C ++, I don't feel a lot of pitfalls. However, it is a little more difficult than c. It is a wise choice for Unity to use c #. On the one hand, it solves the developer's problem by using c #, on the other hand, it achieves cross-platform implementation by using Mono, while ensuring efficiency. As for the game running efficiency, if the c # code can become a performance bottleneck, then I feel that c ++ will not be better. In this case, we should optimize the client code instead of complaining about the language efficiency.


6. Code hot loading, namely writing and compiling

With llvm, You can implement real-time compilation, while Unity can implement hot loading during the running of dynamic libraries. Therefore, you can modify and change the running results to view the results.


7. I don't know how to solve many practical functions.

For example, when using Unity, I already know how to add the collision box, how to set the physics, how to handle the animation, how to design the skill system, how to do the UI, and how to edit the light effect. In UE4, we need to learn more about these topics. There are not many UE4 document tutorials, and we often cannot find specific functions to implement them. It may be better to wait for UE4 to develop. However, UDK has not improved after so many years of development. I am worried about the change in UE4. Unity has been highly praised by gaming companies and independent developers. In the past one or two years, there have been so many excellent Games produced by Unity that sell well and sell seats. However, this advantage cannot be remedied by opening a source code. The entire ecological chain cannot be built for less than a year or two. Unless it can put down its body to learn Unity, it is not illusory.


8. No Embedded performance analysis tools found

The Profiler function provided by Unity is powerful and easy to use. This does not mean that an Intel GPA can be used as an alternative. Unlike Unity, the runtime can directly view the current performance parameters. I don't know how to evaluate the performance of the game. This is actually very important. At the same time, because there are almost no successful games of UE4 (not many of UE3), the running performance, fever, and compatibility cannot be guaranteed.

In fact, it is not only a performance analysis tool, but also something like a GUI editor. Not to mention the plug-in store and other peripheral facilities, even the editor and engine core features UE4 also have a lot to go.


The conclusion is: you can play with UE4 out of interest, but unless you are a professional engine developer or have real project needs, otherwise, you will not be able to use the project or learn anything.



What can be done by the unreal 4 engine?

Unreal Engine 4 remembers that the highlights are infinite damages. What you said may be that the Japanese "Luminous" engine can do. Of course, what is actually called is what I don't know. It can be done by creating a real image cryengine 3, of course, they are all textures. It is certainly true if you want to be real DX11. Otherwise, the distance between light and shade vegetation or tall buildings will be blurred, and all the major engines of vision can achieve the photo level, however, it depends on the artistic skills and logic of the people who use it. These problems are not available at present. The illusory series can also be used to create sci-fi. The dynamic flame of unreal 4 is good, in the game, it is optimized only when the computer gets stuck, just like the Gudao crisis 2. It can be more real, but considering that the computer picture has been lowered, it will be difficult to do the next few things, it is almost acceptable, but it is far from perfect.

Is it difficult and time-consuming for the unreal 4 engine to play games on its own? What is hard to learn? After I graduated from junior high school, I was proficient in that summer vacation.

Don't think about it for a summer vacation

You need to learn how to create baking materials for modeling models.
At a deeper level, programming includes later adjustment and optimization.

This is not a simple project for individuals.

But if you have time to ask questions, try to do it immediately.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.