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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
firefalcom
/
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
CppSource
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 16, 2018
Use a temporary file to enable hot reloading on Windows
jacksondunstan
committed
156646d
View commit details
Copy full SHA for 156646d
View code at this point
Browse repository at this point
Commits on Feb 3, 2018
Make value types fit into the type hierarchy better
Show description for a04c190
jacksondunstan
committed
a04c190
View commit details
Copy full SHA for a04c190
View code at this point
Browse repository at this point
Commits on Jan 15, 2018
Support "range for loops" for arrays, IEnumerator, and IEnumerator<T>
jacksondunstan
committed
0f37ca2
View commit details
Copy full SHA for 0f37ca2
View code at this point
Browse repository at this point
Commits on Jan 13, 2018
Add support for hot reloading
jacksondunstan
committed
f9c3a6f
View commit details
Copy full SHA for f9c3a6f
View code at this point
Browse repository at this point
Commits on Jan 6, 2018
List all interfaces for C++ classes
jacksondunstan
committed
a978505
View commit details
Copy full SHA for a978505
View code at this point
Browse repository at this point
Commits on Dec 17, 2017
Support default parameters (except non-null strings and when there are var args)
jacksondunstan
committed
694e081
View commit details
Copy full SHA for 694e081
View code at this point
Browse repository at this point
Commits on Dec 16, 2017
Split generic parameters in base types
jacksondunstan
committed
9aef594
View commit details
Copy full SHA for 9aef594
View code at this point
Browse repository at this point
Commits on Dec 11, 2017
Insert base types into the type hierarchy
jacksondunstan
committed
666b53e
View commit details
Copy full SHA for 666b53e
View code at this point
Browse repository at this point
Commits on Dec 3, 2017
Support deriving from classes that don't have a default constructor
jacksondunstan
committed
2042b07
View commit details
Copy full SHA for 2042b07
View code at this point
Browse repository at this point
Fix generic method declarations
Show description for 754c23a
jacksondunstan
committed
754c23a
View commit details
Copy full SHA for 754c23a
View code at this point
Browse repository at this point
Support overriding events
jacksondunstan
committed
8599cf8
View commit details
Copy full SHA for 8599cf8
View code at this point
Browse repository at this point
Commits on Nov 27, 2017
Support overriding C# properties and indexers from C++
Show description for ee8fed7
jacksondunstan
committed
ee8fed7
View commit details
Copy full SHA for ee8fed7
View code at this point
Browse repository at this point
Commits on Nov 20, 2017
Add an bounds-checking assert for GetLength(int32_t)
Show description for 9fe25b7
jacksondunstan
committed
9fe25b7
View commit details
Copy full SHA for 9fe25b7
View code at this point
Browse repository at this point
Return a constant from GetRank().
jacksondunstan
committed
55b2bfb
View commit details
Copy full SHA for 55b2bfb
View code at this point
Browse repository at this point
Remove const qualifier from object parameter references
jacksondunstan
committed
31c8826
View commit details
Copy full SHA for 31c8826
View code at this point
Browse repository at this point
Commits on Nov 19, 2017
Pass Object parameters by const reference
Show description for 2c1867d
jacksondunstan
committed
2c1867d
View commit details
Copy full SHA for 2c1867d
View code at this point
Browse repository at this point
Cache array lengths and rank in C++
jacksondunstan
committed
ffe00cf
View commit details
Copy full SHA for ffe00cf
View code at this point
Browse repository at this point
Remove dependency on the C++ standard library
Show description for b84f6c4
jacksondunstan
committed
b84f6c4
View commit details
Copy full SHA for b84f6c4
View code at this point
Browse repository at this point
Commits on Nov 13, 2017
Support C++ classes that derive from C# classes and implement C# interfaces
jacksondunstan
committed
6657523
View commit details
Copy full SHA for 6657523
View code at this point
Browse repository at this point
Commits on Nov 6, 2017
Implement array index operator for managed array types in C++
jacksondunstan
committed
7dede45
View commit details
Copy full SHA for 7dede45
View code at this point
Browse repository at this point
Commits on Oct 30, 2017
Support boxing and unboxing
jacksondunstan
committed
4b1bdea
View commit details
Copy full SHA for 4b1bdea
View code at this point
Browse repository at this point
Commits on Oct 22, 2017
Add support for events
Show description for 765108e
jacksondunstan
committed
765108e
View commit details
Copy full SHA for 765108e
View code at this point
Browse repository at this point
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 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 1, 2017
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
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
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
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
Previous
Next
You can’t perform that action at this time.