socket transport protobuf byte stream by unity Explorer (2)

The previous article mainly talked about the serialization and parsing of protobuf byte streams. Although it is possible to transfer protobuf objects directly after serializing them into byte streams, it is impossible to actually transfer only protobuf byte streams in a project because there are several very common problems in tcp communication ...

Posted by thebluebus on Sun, 23 Jun 2019 10:02:10 -0700

[AOP Series]Autofac+Castle Implements AOP Transactions

1. Preface Recent new projects in the company need to be developed with architectures, which need to ensure transaction consistency. After searching, we found that many of the posts are AOP implemented through Spring.Net, Unity, PostSharp, Castle Windsor.But that's not what I want, so after a search, use Autofac, DynamicProxy to implement AOP. ...

Posted by neclord81 on Wed, 12 Jun 2019 10:24:41 -0700

Xmanager Remote Connection CentOS7

http://blog.csdn.net/name_kongkong/article/details/53261626 At last week's regular meeting, I was told that the document of Xmanager remote connection was not written. Service not built? I think it's all VNC, Mao must do this?!! But I still got it today, ()has no human rights. After trying it out, it feels like it's not too bad. Maybe it's ...

Posted by chrispols on Thu, 23 May 2019 14:34:28 -0700

UE4 Editor Extended Trampling History

As the saying goes, first-class programming architecture, three-process programming UI. But in the process of game development, especially in the development of engine and tool chain, UI is a pit that can not be bypassed. UE4 is becoming more and more popular in major factories. Various tools emerge in endlessly. But compared with unity, Slate ...

Posted by jeancharles on Sat, 18 May 2019 02:54:52 -0700

IAP Payment Revalidation / Server Validation in Unity - In most vernacular terms, hands-on instructions for your series.

A previous article wrote about Unity's paid IAP access. Later, there were some problems, and a large number of purchase orders appeared when the data were counted. But in fact, the amount of money in the account did not increase. @ $... ...... *@ & @ Preliminary judgment may exist some users through other channels to pay for the phenomeno ...

Posted by q1234ask on Tue, 14 May 2019 17:47:26 -0700

Apply Policy Patterns to Actual Projects

Read the original: Apply the Strategic Patterns to actual projects Whether you know or don't know this design pattern, it's bound to look familiar in the project.If chatting theory alone is bound to be dull, only the combination of theory and war can reach the realm of unity of man and sword. First of all, let me tell you a need, what should yo ...

Posted by irvieto on Sat, 11 May 2019 20:25:13 -0700

[DirectX 12 GJ Dragon Book Learning Notes II] Vector

"For the things of this world cannot be made known without a knowledge of mathematics." Roger Bacon, Opus Majus part 4 Distinctia Prima cap 1, 1267. Now we have come to the study of PART I Mathematics Foundation. There is no need to say much about the importance of mathematics. Since the mathematical content described in th ...

Posted by xAtlas on Thu, 09 May 2019 05:57:40 -0700

Packaging and parsing loading of Bundle Asset resources in Unity

There are several ways to load Unity for resources in the game, among which Asset Bundle is very important for dynamic and online updates. This blogger explains the steps of packaging, publishing, transmitting, parsing and loading resources through AssetBundle. 1. pack There are two ways to package the resource files we want to package out: ...

Posted by xfluous on Sun, 21 Apr 2019 11:54:33 -0700

Unity sets previews and thumbnails for prefabrications

Preview: Displayed below Inspector panel Thumbnails: Displayed in Project View Sometimes it's inconvenient not to have previews and thumbnails. Especially prefabricated. Selection of several options: 1. Inheritance of ObjectPreview class using UnityEngine; using UnityEditor; [CustomPreview(typeof(GameObject))] public clas ...

Posted by methodman on Mon, 08 Apr 2019 15:21:31 -0700

Basic review of javase (1) Deep parsing of ArrayList source code (JDK 1.8.0_92)

One of the problems we need to pay attention to when learning this piece of content is that the reference of the object is still stored in the collection, not the object itself. The List interface extends Collection and declares the properties of the class set that stores a series of elements. Using a zero-based subscript, elements can be inse ...

Posted by webpals on Sat, 30 Mar 2019 21:03:28 -0700