Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
drawcode
/
UnityNativeScripting
Public
forked from
jacksondunstan/UnityNativeScripting
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
UnityNativeScripting
Unity
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 15, 2017
Fix whitespace. Remove unused #include.
jacksondunstan
committed
14cb33a
View commit details
Copy full SHA for 14cb33a
View code at this point
Browse repository at this point
Remove delegate test code
jacksondunstan
committed
2d10f5d
View commit details
Copy full SHA for 2d10f5d
View code at this point
Browse repository at this point
Allow delegates as properties, parameters, etc.
jacksondunstan
committed
6d9dfb9
View commit details
Copy full SHA for 6d9dfb9
View code at this point
Browse repository at this point
Support delegates and Unity 2017.2.
jacksondunstan
committed
94280fb
View commit details
Copy full SHA for 94280fb
View code at this point
Browse repository at this point
Commits on Oct 11, 2017
Support the last MonoBehaviour message: OnAudioFilterRead
jacksondunstan
committed
36c601f
View commit details
Copy full SHA for 36c601f
View code at this point
Browse repository at this point
Commits on Oct 9, 2017
Support arrays
Show description for ea643d0
jacksondunstan
committed
ea643d0
View commit details
Copy full SHA for ea643d0
View code at this point
Browse repository at this point
Commits on Oct 7, 2017
Force text assets
jacksondunstan
committed
836012c
View commit details
Copy full SHA for 836012c
View code at this point
Browse repository at this point
Commits on Oct 5, 2017
Support indexers with multiple parameters
jacksondunstan
committed
e77581c
View commit details
Copy full SHA for e77581c
View code at this point
Browse repository at this point
Commits on Oct 2, 2017
Remove unused System.Data.dll from bindings JSON
jacksondunstan
committed
d429295
View commit details
Copy full SHA for d429295
View code at this point
Browse repository at this point
Commits on Oct 1, 2017
Support "operator true" and "operator false".
jacksondunstan
committed
c7d128c
View commit details
Copy full SHA for c7d128c
View code at this point
Browse repository at this point
Support overloaded operator
jacksondunstan
committed
53c822a
View commit details
Copy full SHA for 53c822a
View code at this point
Browse repository at this point
Commits on Sep 25, 2017
Make generating property "getters" and "setters" optional
jacksondunstan
committed
6d2ea60
View commit details
Copy full SHA for 6d2ea60
View code at this point
Browse repository at this point
Add support for indexer properties
jacksondunstan
committed
6ee2428
View commit details
Copy full SHA for 6ee2428
View code at this point
Browse repository at this point
Add Plugin::InternalUse type to C++ handle constructors to prevent accidental usage by game code and collision with C# constructors taking just an int
Show description for 749b2c7
jacksondunstan
committed
749b2c7
View commit details
Copy full SHA for 749b2c7
View code at this point
Browse repository at this point
Clarify some variable names now that they're not just used for MonoBehaviours
jacksondunstan
committed
3fab181
View commit details
Copy full SHA for 3fab181
View code at this point
Browse repository at this point
Fix whitespace formatting for specific exception type handlers in C++.
jacksondunstan
committed
a48c007
View commit details
Copy full SHA for a48c007
View code at this point
Browse repository at this point
Handle NullReferenceException by default
jacksondunstan
committed
83f9c8b
View commit details
Copy full SHA for 83f9c8b
View code at this point
Browse repository at this point
Support derived exception types in C++ (e.g. to catch NullReferenceException, not just Exception)
jacksondunstan
committed
460dddf
View commit details
Copy full SHA for 460dddf
View code at this point
Browse repository at this point
Commits on Sep 23, 2017
Forward unhandled C# exceptions to C++
jacksondunstan
committed
5fcd3d4
View commit details
Copy full SHA for 5fcd3d4
View code at this point
Browse repository at this point
Make C++ use the right reference functions to avoid collision with classes
Show description for 0d7e4a9
jacksondunstan
committed
0d7e4a9
View commit details
Copy full SHA for 0d7e4a9
View code at this point
Browse repository at this point
Forward unhandled C++ exceptions to C#
jacksondunstan
committed
838f198
View commit details
Copy full SHA for 838f198
View code at this point
Browse repository at this point
Pass StructStore sizes to C++
Show description for 8486b84
jacksondunstan
committed
8486b84
View commit details
Copy full SHA for 8486b84
View code at this point
Browse repository at this point
Commits on Sep 18, 2017
Support struct types
Show description for 81d0f97
jacksondunstan
committed
81d0f97
View commit details
Copy full SHA for 81d0f97
View code at this point
Browse repository at this point
Commits on Sep 11, 2017
Support generic types
Show description for 466b95c
jacksondunstan
committed
466b95c
View commit details
Copy full SHA for 466b95c
View code at this point
Browse repository at this point
Commits on Aug 31, 2017
Support out and ref parameters
Show description for 2f5600b
jacksondunstan
committed
2f5600b
View commit details
Copy full SHA for 2f5600b
View code at this point
Browse repository at this point
Commits on Aug 28, 2017
Move C++ source files from the Unity project's Assets directory to a new CppSource directory in the Unity project.
jacksondunstan
committed
f774291
View commit details
Copy full SHA for f774291
View code at this point
Browse repository at this point
Commits on Aug 27, 2017
Fix compiler errors when targeting iOS
jacksondunstan
committed
20e51eb
View commit details
Copy full SHA for 20e51eb
View code at this point
Browse repository at this point
Add iOS CMake toolchain
jacksondunstan
committed
d7f30ce
View commit details
Copy full SHA for d7f30ce
View code at this point
Browse repository at this point
Set platform-specific defines (e.g. UNITY_IOS) in C++
Show description for 7049790
jacksondunstan
committed
7049790
View commit details
Copy full SHA for 7049790
View code at this point
Browse repository at this point
Commits on Aug 21, 2017
Add support for MonoBehaviour classes and their messages to the code generator
Show description for 4ff80df
jacksondunstan
committed
4ff80df
View commit details
Copy full SHA for 4ff80df
View code at this point
Browse repository at this point
Commits on Aug 13, 2017
Add CMake script
Show description for 815521f
jacksondunstan
committed
815521f
View commit details
Copy full SHA for 815521f
View code at this point
Browse repository at this point
Commits on Aug 5, 2017
Rename Bindings.json to NativeScriptTypes.json
jacksondunstan
committed
b69ae7c
View commit details
Copy full SHA for b69ae7c
View code at this point
Browse repository at this point
Move Bindings.json and BindingConstants.cs out of NativeScript
Show description for 00dd1cd
jacksondunstan
committed
00dd1cd
View commit details
Copy full SHA for 00dd1cd
View code at this point
Browse repository at this point
Remove some binaries
jacksondunstan
committed
3d12624
View commit details
Copy full SHA for 3d12624
View code at this point
Browse repository at this point
Fix C# function code generation
Show description for 41740d4
jacksondunstan
committed
41740d4
View commit details
Copy full SHA for 41740d4
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.