KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
vscode-unity-dots
★ 11
Open GitHub ↗
No description available.
Download README (.md)
Explore Similar Repositories
amoy-filters
:
2d filters extension for pixi.js
tensorflow
:
tensorflow项目实战:21个项目玩转深度学习
GPS-Tracker
:
GPS tracker / send data over TTGO T-Call SIM800 GPRS
multicomplex
:
Multicomplex algebra
boom
:
Operator to deploy a defined toolsets into K8s, think paas but less lock-in
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
vscode-unity-dots
?
Download (.md)
# Unity DOTS Snippets Speed up development with Unity DOTS by having quick access to some of the most common operations and code structures necessary when working with component systems. This is usually not an issue but it can be tedious, repetitive and sometimes hard to remember the exact API or calls. This extension will solve the issue for you with a simple `:[command]` + `TAB`/`ENTER` and you're up and running. PR are open to make this even better! [](https://github.com/diegosarmentero/vscode-unity-dots/issues)     ## Shortcuts / Commands | Command | Help Text | | ---------- | ------------------------------------------------------------------------------------- | | :makesys | Creates Full File ComponentSystem | | :querySimple | Creates a Simple Query | | :queryComplex | Creates a more Complex Query with All and None filters | | :group | Add Group Query | | :compRead | Add Component ReadOnly | | :compWrite | Add Component ReadWrite | | :require | Require For Update condition for OnCreate | | :newType | Creates Type Definition | | :newEntityType | Creates Entity Type Definition | | :getType | Get Archetype Chunk Component Type | | :getEntityType | Get Archetype Chunk Entity Type | | :chunkIteration | Creates Chunk Iteration structure | | :chGetNative | Chunk Get Native Array | | :chGetObject | Chunk Get Component Object | | :chGetShared | Chunk Get Shared Component | | :forEach | ForEach Iteration with With Condition | | :forEachEntity | ForEach Iteration with With Condition and Entity Component | | :chunkProcess | Default Process Chunk Function | | :newCmdBuffer | Jobs Command Buffer | | :getCmdBuffer | Jobs Get Command Buffer | | :declareCmdBuffer | Jobs Declare Command Buffer | | :useCmdBuffer | Jobs Use Command Buffer | | :refPrefabs | DeclareReferencedPrefabs function | | :deallocateJob | Deallocate System Job Template | | :job | Creates IJob struct | | :jobChunk | Creates IJobChunk struct | | :jobFor | Creates IJobForEach struct | | :jobForEntity | Creates IJobForEachWithEntity struct | | :jobParallel | Creates IJobParallelFor struct | | :jobParallelBatch | Creates IJobParallelForBatch struct | | :jobParallelDefer | Creates IJobParallelForDefer struct | | :jobParallelFilter | Creates IJobParallelForFilter struct | ## Release Notes ### [0.0.2] Introduces: - :newCmdBuffer - :getCmdBuffer - :declareCmdBuffer - :useCmdBuffer - :refPrefabs - :deallocateJob - :job - :jobChunk - :jobFor - :jobForEntity - :jobParallel - :jobParallelBatch - :jobParallelDefer - :jobParallelFilter ### [0.0.1] Initial release of Unity DOTS Snippets ## Known Issues No known issues so far. ## Credits - [@diegosarmentero](https://github.com/diegosarmentero)