Atheos

Results 6 comments of Atheos

All systems do not display the declaration "in"

It is more appropriate to increase the mass dimension, the higher the mass, the closer to the maximum speed, and the lower the mass, the closer to the minimum speed...

the same questions

I edit canvas in Init scene, save it as an asset file, close NodeEditor,I observe the data in inspector,it's right, but switch to other sence. The saved asset file is...

Now the replication step is, at run time, I load the asset for parsing, then switch scenes, and the saved asset is lost, Here is a GIF that emulates the...

``` public class DestroyedComponent : IComponent { public List component_name; } ``` Is it possible to use list to store component that needs to be deleted? ``` public class CommandComponent:IComponent...